fluid-dev
[Top][All Lists]
Advanced

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

[fluid-dev] Missing function fluid_midi_event_get_sysex


From: Reinhold Hoffmann
Subject: [fluid-dev] Missing function fluid_midi_event_get_sysex
Date: Mon, 10 Oct 2022 21:48:45 +0200

Hi,
I am missing the function
 
fluid_midi_event_get_sysex
 
where the detailed sysex data of a sysex event can be extracted similar to fluid_midi_event_get_sysex_LOCAL. But this function is not publicly accessible.
The corresponding function fluid_midi_event_set_sysex exists. Accessing detailed event elements from the struct fluid_midi_event_t like void *paramptr does not work because those are not accessible either. Alternatively, doing the trick by a mirror struct is somehow risky.
 
Any ideas how to best extract sysex events?
 
Thx
 
Reinhold

 

 

 

reply via email to

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