-
Hi all, I'm loading multiple soundfont files via the In interactive mode, I can select different soundfont files with the command But that doesn't work through easymidi, because I think that's not a supported MIDI message? I know I can use CC message 000 to send bank select messages, but is there a way to use CC messages to select the soundfont number? Or is there another way to manage different soundfont files via MIDI messages to a fluidsynth running as a service? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
MIDI doesn't know about soundfont and therefore no MIDI event event exists to switch between soundfonts. Your options are:
|
Beta Was this translation helpful? Give feedback.
MIDI doesn't know about soundfont and therefore no MIDI event event exists to switch between soundfonts. Your options are:
fluid_synth_program_select()
)FLUID_SEQ_PROGRAMSELECT