fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Fluidsynth not receiving sysex?


From: Tom M.
Subject: Re: [fluid-dev] Fluidsynth not receiving sysex?
Date: Mon, 04 Feb 2019 19:52:33 +0100

A few thoughts from my side:

fluid_midi_router_handle_midi_event() is the correct place to look for SysEx 
events. Specifically the "case MIDI_SYSEX:" line should trigger a breakpoint. 
Alternatively you can break in fluid_synth_sysex().

However, I am not sure if SysEx events are (correctly) implemented for all midi 
drivers. alsa_seq should work though. Which driver are you using?

Make sure your SysEx events use the correct device ID, otherwise fluidsynth 
will ignore it in fluid_synth_sysex(). Either use 0x7F for all devices or set 
the device ID with the "synth.device-id" setting.


Tom






reply via email to

[Prev in Thread] Current Thread [Next in Thread]