MIDI Fader pp to keystroke output

How would I get the Fader's pp to output through keystroke? So like my output would be "Somestring pp"

I don’t think variables are allowed on outgoing keystroke actions. See the below thread

https://www.bome.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

 

bome@sniz.biz

 

Independent Bome Programming Specialist

 

Bome Q&A moderator

 

 

 


Attachments:
1495500661256_FaderPP-to-keystroke-2017-05-22.bmtp

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

 

bome@sniz.biz

 

Independent Bome Programming Specialist

 

Bome Q&A moderator

 


Attachments:
1495509301019_KnobToKeystrokeNumber-2017-05-22.bmtp