I am controlling faders/pots in the Virtual Console from MIDI cc data sent from a Kyma system over physical MIDI network to QLC+ on another laptop. The Virtual Console is interpreting any non-zero value it receives as 100%, otherwise 0 is 0%. I'm looking for just a little more resolution than that.
The same Virtual Console responds as advertised to Polyphonic Aftertouch data sent from a keyboard. Have I overlooked a simple setting regarding how to map cc data?
Ext MIDI cc messages only on/off in Virtual Console
-
- Posts: 2
- Joined: Sun Sep 13, 2015 3:29 am
- Real Name: Scott Miller
Problem sorted out - the cc data was being scaled under the hood by Kyma before being sent to QLC+, so when I thought I was sending a value of 50, it was actually {50 * 127} being sent on. Which QLC+ rightly interprets as 100% ± a bit. Just too much for my brain to deduce on a Saturday night.