Lines Matching refs:note
44 static void terminate_note1(struct snd_emux *emu, int note,
60 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on() argument
77 key = note; /* remember the original note */ in snd_emux_note_on()
78 nvoices = get_zone(emu, port, ¬e, vel, chan, table); in snd_emux_note_on()
113 vp->note = note; in snd_emux_note_on()
159 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off() argument
179 vp->chan == chan && vp->key == note) { in snd_emux_note_off()
236 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press() argument
256 vp->chan == chan && vp->key == note) { in snd_emux_key_press()
378 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) in terminate_note1() argument
388 vp->key == note) in terminate_note1()
399 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_emux_terminate_note() argument
412 terminate_note1(emu, note, chan, 1); in snd_emux_terminate_note()
834 offset = (vp->note - vp->reg.root) * 4096 / 12; in calc_pitch()