Sequencer event <-> MIDI byte stream coder
[MIDI Sequencer]

Typedefs

typedef struct snd_midi_event snd_midi_event_t

Functions

int snd_midi_event_new (size_t bufsize, snd_midi_event_t **rdev)
int snd_midi_event_resize_buffer (snd_midi_event_t *dev, size_t bufsize)
void snd_midi_event_free (snd_midi_event_t *dev)
void snd_midi_event_init (snd_midi_event_t *dev)
void snd_midi_event_reset_encode (snd_midi_event_t *dev)
void snd_midi_event_reset_decode (snd_midi_event_t *dev)
void snd_midi_event_no_status (snd_midi_event_t *dev, int on)
long snd_midi_event_encode (snd_midi_event_t *dev, const unsigned char *buf, long count, snd_seq_event_t *ev)
int snd_midi_event_encode_byte (snd_midi_event_t *dev, int c, snd_seq_event_t *ev)
long snd_midi_event_decode (snd_midi_event_t *dev, unsigned char *buf, long count, const snd_seq_event_t *ev)

Detailed Description

Sequencer event <-> MIDI byte stream coder


Typedef Documentation

typedef struct snd_midi_event snd_midi_event_t

container for sequencer midi event parsers

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Fri Jan 27 14:19:57 2012 for ALSA project - the C library reference by  doxygen 1.6.3