|
Linux Kernel
3.7.1
|
#include <seq_midi_emul.h>
Data Fields | |
| void(* | note_on )(void *private_data, int note, int vel, struct snd_midi_channel *chan) |
| void(* | note_off )(void *private_data, int note, int vel, struct snd_midi_channel *chan) |
| void(* | key_press )(void *private_data, int note, int vel, struct snd_midi_channel *chan) |
| void(* | note_terminate )(void *private_data, int note, struct snd_midi_channel *chan) |
| void(* | control )(void *private_data, int type, struct snd_midi_channel *chan) |
| void(* | nrpn )(void *private_data, struct snd_midi_channel *chan, struct snd_midi_channel_set *chset) |
| void(* | sysex )(void *private_data, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *chset) |
Definition at line 82 of file seq_midi_emul.h.
| void(* control)(void *private_data, int type, struct snd_midi_channel *chan) |
Definition at line 87 of file seq_midi_emul.h.
| void(* key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan) |
Definition at line 85 of file seq_midi_emul.h.
| void(* note_off)(void *private_data, int note, int vel, struct snd_midi_channel *chan) |
Definition at line 84 of file seq_midi_emul.h.
| void(* note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan) |
Definition at line 83 of file seq_midi_emul.h.
| void(* note_terminate)(void *private_data, int note, struct snd_midi_channel *chan) |
Definition at line 86 of file seq_midi_emul.h.
| void(* nrpn)(void *private_data, struct snd_midi_channel *chan, struct snd_midi_channel_set *chset) |
Definition at line 88 of file seq_midi_emul.h.
| void(* sysex)(void *private_data, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *chset) |
Definition at line 90 of file seq_midi_emul.h.
1.8.2