cc implementation help
Posted: 16 Oct 2017 11:35
Hello!
Been a while! So trying to finish off my patch for MIDIBOX TIA control
I have done all the basics and easy functions but now I have a few I'm not sure how to set using LSB and MSB
so example: I have functions I want to set (maybe best as a drop down menu? or knob?)
LFO MODE:
CC: 93
Hex: 5Dh
Bit 0 - enables LFO
Bit1: Sync with ASSIGNED note events
Bit2: Sync with ALL note events
bit 6-4: Waveform
0 - Sine
1 - Triangle
2 - Saw
3 - Pulse
4 Random
example 11h=17= enable & triangle wave
example 15h = 21 = enable & triangle & sync
I don't get how they got those hex and number examples at the bottom to set this?
how do I set these in Jazz editor, as a script?
anyone give me an example in the editor on how to set these values?
Been a while! So trying to finish off my patch for MIDIBOX TIA control
I have done all the basics and easy functions but now I have a few I'm not sure how to set using LSB and MSB
so example: I have functions I want to set (maybe best as a drop down menu? or knob?)
LFO MODE:
CC: 93
Hex: 5Dh
Bit 0 - enables LFO
Bit1: Sync with ASSIGNED note events
Bit2: Sync with ALL note events
bit 6-4: Waveform
0 - Sine
1 - Triangle
2 - Saw
3 - Pulse
4 Random
example 11h=17= enable & triangle wave
example 15h = 21 = enable & triangle & sync
I don't get how they got those hex and number examples at the bottom to set this?
how do I set these in Jazz editor, as a script?
anyone give me an example in the editor on how to set these values?