Mprod
2015-06-15 23:23:17
Hi there,
I need some help here. Is this possible?
I would like to turn my BCR2000 knob with led indicator ring into a 3 or 4 way switch. The message out to the vst is no problem. Im looking for a way to have the knob leds indicate 3 discrete values (or 4 or 5 for that matter). I have been able to turn it in a three way indicator with this
in B0 5A pp.
qq=pp-127
qq=qq+64
out B0 5A qq
I send this message back to the BCR2000 to control the led ring and I make a separate translator to translate the turns to the midi message to a virtual output for the vst.
And this works kinda, but it is extremely sensitive and continuous (setting the bcd to relative makes it absolute, but still very sensitive). I would prefer it to skip to the next led after 1/3 of a turn.
I also looked into the possibility to change the value range of the knob on the BCR2000 itself. I can set it to e.g.from 0 to 2 (so it sends 0,1,2). This kinda works because now you have the first three lights lighting up with each value at nice intervals, but i would prefer the lights to be further apart and have the knob turn a little further (1/3 of the led ring) before it jumps leds.
You can also set the bcr2000 to relative values (and 14 bit for that matter) don't know if this helps.
I need some help here. Is this possible?
I would like to turn my BCR2000 knob with led indicator ring into a 3 or 4 way switch. The message out to the vst is no problem. Im looking for a way to have the knob leds indicate 3 discrete values (or 4 or 5 for that matter). I have been able to turn it in a three way indicator with this
in B0 5A pp.
qq=pp-127
qq=qq+64
out B0 5A qq
I send this message back to the BCR2000 to control the led ring and I make a separate translator to translate the turns to the midi message to a virtual output for the vst.
And this works kinda, but it is extremely sensitive and continuous (setting the bcd to relative makes it absolute, but still very sensitive). I would prefer it to skip to the next led after 1/3 of a turn.
I also looked into the possibility to change the value range of the knob on the BCR2000 itself. I can set it to e.g.from 0 to 2 (so it sends 0,1,2). This kinda works because now you have the first three lights lighting up with each value at nice intervals, but i would prefer the lights to be further apart and have the knob turn a little further (1/3 of the led ring) before it jumps leds.
You can also set the bcr2000 to relative values (and 14 bit for that matter) don't know if this helps.