Hello Steve and all.
I can’t program, please point me to a video, or try to explain how I can set a key value by a variable controlled by slider
Thank you very much
Hello Steve and all.
I can’t program, please point me to a video, or try to explain how I can set a key value by a variable controlled by slider
Thank you very much
Hi and welcome to the Bome community!
Bome has two types of variables
Local variables only occur with a translator and are not shared between translators. You can use the same local variable in different translators and the other translators will not be affected. There are 10 local variables oo,pp,qq,rr,ss,tt,uu,vv,ww, and xx
By contrast global variable can be shared between translators hence are public. Global variables are two letters with the first between g and z and the last a-z or 0-9 but exclude the local variables described above.
You can assign a variable from a fader as follows.
Open a new project file and assign you incoming and outgoing devices as I have done below.
Create a new translator and the click Capture MIDI. Then move your fader. and then click on the message in the capture box to move the incoming action to the translator.
Now you are capturing the value of your fader into variable qq. You can use rules to manipulate the value if you would like. In this case, I’m just logging the incoming value with this rule.
Log ‘The incoming value is %qq%’
This is now what my Log Window shows when moving the fader.
Here is the project file I used for this demonstration.
Capture-to-qq.bmtp (931 Bytes)
There are lots of tutorials here that might help you further. I would recommend starting with the first two.
Steve Caldwell
Bome Customer Care
Thank you Steve
I’m so sorry to disturb you, the only reason I couldn’t do it myself is because I didn’t know the difference between local and global variants, and on my project I was using vv as a variant. It’s perfect now.
Can’t thank you enough
Kind wishes
Steve via Bome Forum <forum@bome.com> escreveu no dia domingo, 9/07/2023 à(s) 16:29:
Glad I could help!
Steve Caldwell
Bome Customer Care