Hi all. I need some guidance as to the best approach. I’m working on a Bitwig preset that is similar to this existing Bitwig Control preset, but will provide the additional functionality to be able to show the actual values for discrete parameters, such as ‘Octave’ and ‘Waveform’. What I’m struggling with at the moment is to get the correct value formatting to work. For instance, in @moss’s DrivenbyMoss extension, when there is a Polymer remote page with a parameter for the Octave, the E-1 displays -2,-1 and 0 on a standard fader control and steps through the options when turning the encoder. I’ve looked through the Driven by Moss implementation but I can’t seem to figure it out. It looks as if everything is being done in Java without any Lua scripting. I’ve been using Cursor to try get this to work, and the closest I’ve come is to get this working is being able to show “-2, -1, 0” on the E-1 display. I can’t get the standard fader control to step visually in increments, i.e when I turn the Octave encoder to “-1” the bar should immediately jump to the halfway mark, and when I turn it again to “-2” it should jump to the end of the bar.
Any advice on this would be greatly appreciated.
Discrete Test.control.js.zip (3.9 KB)
DiscreteValuesTest.epr (962 Bytes)