Software synthesizer based on the SoundFont 2 specifications
Find a file
Peter Hanappe 9444b03d43 I added a void* data field to fluid_event_t to store the data pointer
of timer events instead of storing it in the duration field.
The event heap now allocates the events dynamically. It preallocates a
number of events in the init function, as before. More events are allocated
as needed. I also added a mutex to protected the free list from concurrent
access.
2004-01-06 09:51:30 +00:00
fluidsynth I added a void* data field to fluid_event_t to store the data pointer 2004-01-06 09:51:30 +00:00