fluid_event_queue_t Struct Reference

Lockless event queue instance. More...


Data Fields

fluid_event_queue_elem_tarray
 Queue array of arbitrary size elements.
int totalcount
 Total count of elements in array.
int count
 Current count of elements.
int in
 Index in queue to store next pushed element.
int out
 Index in queue of next popped element.
void * synth
 Owning fluid_synth_t instance.


Detailed Description

Lockless event queue instance.
The documentation for this struct was generated from the following file:

Generated on Thu Nov 26 20:41:49 2015 for libfluidsynth by  doxygen 1.5.6