I there a published mapping for default MIDI CC to parameter values? I built Bristol using the -disable-x11 option, so I'm not using any GUI. I'd like to be able to control the different synths with program changes and MIDI CC's, but most of the documentation on this seems to indicate a need for the GUI. Let me know what options I have! Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That is probably true: the datapath for CC mappings is actually to drive the GUI. It goes like this: each GUI object knows what settings to send to the engine. MIDI does not know his. The shortest path was too drive the GUI and have it configure the target settings.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I there a published mapping for default MIDI CC to parameter values? I built Bristol using the -disable-x11 option, so I'm not using any GUI. I'd like to be able to control the different synths with program changes and MIDI CC's, but most of the documentation on this seems to indicate a need for the GUI. Let me know what options I have! Thanks.
That is probably true: the datapath for CC mappings is actually to drive the GUI. It goes like this: each GUI object knows what settings to send to the engine. MIDI does not know his. The shortest path was too drive the GUI and have it configure the target settings.