Chapter 4. MIDI API
Prev
Next
Chapter 4. MIDI API
Table of Contents
Raw MIDI API
MPU401-UART API
Raw MIDI API
snd_rawmidi_receive
- receive the input data from the device
snd_rawmidi_transmit_empty
- check whether the output buffer is empty
snd_rawmidi_transmit_peek
- copy data from the internal buffer
snd_rawmidi_transmit_ack
- acknowledge the transmission
snd_rawmidi_transmit
- copy from the buffer to the device
snd_rawmidi_new
- create a rawmidi instance
snd_rawmidi_set_ops
- set the rawmidi operators