-
Hi, I am planning to make a controller for U-HE TyrellN6 software synth. The synth UI has many function menus which can be mapped and then scrolled through by MIDICC. The CC values changing each mode depend on the amount of modes available in each menu; for example, chorus type menu has 3 options while LFO waveshape menu has 8 options. These mode "steps" in the menus seem to be divided equally to MIDI CC scale. Can I somehow map an AbsoluteRotaryEncoder or CCIncrementDecrementButtons to change these menu modes accordingly, so that one encoder step or one push of a button would scroll the mode? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I was able to figure out this one by myself. Just adjusting the AbsoluteRotarEncoder multiplier to match the amount of steps in the CC range seems to do the job. So, this one solved. |
Beta Was this translation helpful? Give feedback.
Hi, I was able to figure out this one by myself. Just adjusting the AbsoluteRotarEncoder multiplier to match the amount of steps in the CC range seems to do the job. So, this one solved.