Home
last modified time | relevance | path

Searched defs:snd_midi_op (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/sound/
H A Dseq_midi_emul.h68 struct snd_midi_op { struct
69 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
70 …*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
71 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
72 …ate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate note immediately */
73 void (*control)(void *private_data, int type, struct snd_midi_channel *chan);
74 void (*nrpn)(void *private_data, struct snd_midi_channel *chan,
76 void (*sysex)(void *private_data, unsigned char *buf, int len, int parsed,