Page 1 of 1

Scripting question

Posted: 25 Jan 2012 12:19
by Bishbo2000
Just trying to understand the manual here...

in the keycomboout(target,ctrl,alt,shift,key) script what values do i use if,
i want to output a key command ctrl+9 on expression x
does the ctrl refer to ctrl on the keyboard or a controller value


my script is

keycomboout(0,1,0,0,9); because midi target is 0, ctrl is 1 as in yes, 0 for alt, 0 for shift, and key 9)

how am i doing, am i completely lost??

cheers

Re: Scripting question

Posted: 26 Jan 2012 06:50
by Bishbo2000
Hello............hello..........hell................hel.........he...........h............

mighty spacious in here...

Re: Scripting question

Posted: 26 Jan 2012 07:20
by Macciza
Sorry,
With so little happening on the internet these days I don't know how I missed this . . . ;)

Have you tried 57 in place of the 9 ?
Just asciing :ugeek: . . .

Cheers
MM

Re: Scripting question

Posted: 27 Jan 2012 07:14
by Bishbo2000
yeah ....nah.......that doesn't help.

i am completely lost with what the script is supposed to look like, anyone have an example they can show me?

Re: Scripting question

Posted: 03 Feb 2012 19:52
by kraftf
Take a look at my alphanumeric keyboard and you'll find most of the code Nos that correspond to characters.

http://liine.net/forum/viewtopic.php?f= ... eric#p3030

Re: Scripting question

Posted: 03 Feb 2012 20:59
by Macciza
Hi
Forgot about this one - Bishbo , the '57' solution works - it's ascii for 9 . . .
Check out Krafts keyboard project or get an ascii table . . ,

Cheers
MM