Search found 2 matches

by oor
Fri Apr 21, 2023 4:06 pm
Forum: Moog Semi-Modular Analog Synthesizers
Topic: How do I send a CC MSB and LSB message to Matriarch?
Replies: 0
Views: 16553

How do I send a CC MSB and LSB message to Matriarch?

I am new to MIDI CC.
Problem:
I want to set glide time to 15039. I read in my Moog Matriarch manual that to tell my synth to set a Glide Time, I have to use the MSB CC Number 5 and the LSB CC Number 37 and a value between 0 and 16383.

The way I am doing it right now is:

ccLsb = 37
ccMsb = 5
value ...
by oor
Fri Apr 21, 2023 9:34 am
Forum: Moog Semi-Modular Analog Synthesizers
Topic: How do I send 14 bits CC messages to Matriarch?
Replies: 0
Views: 16588

How do I send 14 bits CC messages to Matriarch?

I am new to MIDI CC.
Problem:
I want to set glide time to 15039. I read in my Moog Matriarch manual that to tell my synth to set a Glide Time, I have to use the MSB CC Number 5 and the LSB CC Number 37 and a value between 0 and 16383.

The way I am doing it right now is:

ccLsb = 37
ccMsb = 5
value ...