Searched defs:snd_midi_op (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/include/sound/ |
D | seq_midi_emul.h | 82 struct snd_midi_op { struct 83 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan); 84 …*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */ 85 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan); 86 …ate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate note immediately */ 87 void (*control)(void *private_data, int type, struct snd_midi_channel *chan); 88 void (*nrpn)(void *private_data, struct snd_midi_channel *chan, 90 void (*sysex)(void *private_data, unsigned char *buf, int len, int parsed,
|