libfluidsynth  1.1.2
Typedefs
seq.h File Reference

MIDI event sequencer. More...

Typedefs

typedef void(* fluid_event_callback_t )(unsigned int time, fluid_event_t *event, fluid_sequencer_t *seq, void *data)
 Event callback prototype for destination clients.

Detailed Description

MIDI event sequencer.


Typedef Documentation

typedef void(* fluid_event_callback_t)(unsigned int time, fluid_event_t *event, fluid_sequencer_t *seq, void *data)

Event callback prototype for destination clients.

Parameters:
timeCurrent sequencer tick value (see fluid_sequencer_get_tick()).
eventThe event being received
seqThe sequencer instance
dataUser defined data registered with the client