Searched refs:snd_midi_channel (Results 1 – 3 of 3) sorted by relevance
| /include/sound/ |
| A D | seq_midi_emul.h | 18 struct snd_midi_channel { struct 59 struct snd_midi_channel *channels; 69 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan); 70 …void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release … 71 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan); 72 …void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate … 73 void (*control)(void *private_data, int type, struct snd_midi_channel *chan); 74 void (*nrpn)(void *private_data, struct snd_midi_channel *chan,
|
| A D | emux_synth.h | 170 struct snd_midi_channel *chan; /* Midi channel for this note */
|
| A D | opl3.h | 280 struct snd_midi_channel *chan; /* Midi channel for this note */
|
Completed in 14 milliseconds