MIDI learning question

Multi-platform modular music creation studio
Post Reply
justin
Posts: 38
Joined: Thu Jan 14, 2016 9:01 pm

MIDI learning question

Post by justin »

I'm trying to change a controller value dynamically using MIDI sent from a Python script. What MIDI message should be sent precisely ? MIDI CC ?

Also does the MIDI-to-controller mapping always have to be "learnt" ? Can it not be specified directly ?
User avatar
NightRadio
Site Admin
Posts: 3944
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: MIDI learning question

Post by NightRadio »

What MIDI message should be sent precisely ? MIDI CC ?
Any MIDI messages can be connected to the SunVox controllers. MIDI CC is recommended.

Also does the MIDI-to-controller mapping always have to be "learnt" ? Can it not be specified directly ?
By default the SunVox does not know what to do with the received MIDI messages. This needs to be configured for each project individually: double click the desired controller -> MIDI learn. There is no some auto MIDI mapping.
Post Reply