Geckocotechoco
2017-05-22 23:03:10
How would I get the Fader's pp to output through keystroke? So like my output would be "Somestring pp"
Geckocotechoco
2017-05-22 23:03:10
How would I get the Fader's pp to output through keystroke? So like my output would be "Somestring pp"
Steve
2017-05-23 03:21:56
I don’t think variables are allowed on outgoing keystroke actions. See the below thread
https://www.bomeloft.com/forums/viewtopic.php?f=3&t=12239&p=24704&hilit=keystroke+variable#p24704
With that said, whenever this capability is completed, here is some logic for setting the variables
ga= 100’s
gb=10’s
gc=1’s
Right now it just outputs raw midi “Sometext ” ga gb gc
as ascii characters
I suppose you could create translators to look at each digit separately and hard code the number output
I think you might be able to use variable to output to a serial port though.
I coudn’t find another solution other than the one shown in the link above posted.
Regards
Steve
Independent Bome Programming Specialist
Bome Q&A moderator
Attachments:
Steve
2017-05-23 05:15:15
I found this script that Florian originally started and made some mods.
Added 100’s
Added Pre-text
Set up different delay.
It should get you closer to what you are looking for but until we have global variables for keystrokes, it is not to pretty.
Steve
Independent Bome Programming Specialist
Bome Q&A moderator
Attachments: