Hello
I have nearly finished my lemur patch for the midibox Tia and am trying to work out how to set the cc messages that have the bits
i have no trouble setting the ‘regular’ ones where you set the cc number then scale (0-127) or 0-64 positive/negative
how do I set for example the Lfo mode:
cc93
hex: 5dh
bit 0 enables lfo
Bit 1 sync assigned note events
bit 2 sync all note events
bit 6-4 waveform
0 sine
1triangle
2 saw
3 pulse
4 random
example 11h =17 enable and triangle wave
How do I set the bits? I don’t understand how those example hex numbers were calculated or how to implement into my patch?