Searched refs:kill_note (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | midi_synth.h | 34 kill_note: midi_synth_kill_note,
|
D | sequencer.c | 373 synth_devs[dev]->kill_note(dev, q[3], q[4], q[5]); in extended_event() 382 synth_devs[dev]->kill_note(dev, q[3], q[4], q[5]); in extended_event() 505 synth_devs[dev]->kill_note(dev, voice, note, parm); in seq_chn_voice_event() 746 synth_devs[0]->kill_note(0, q[1], 255, q[3]); in play_event()
|
D | dev_table.h | 265 int (*kill_note) (int dev, int voice, int note, int velocity); member
|
D | wf_midi.c | 678 kill_note: midi_synth_kill_note,
|
D | opl3.c | 1090 kill_note: opl3_kill_note,
|
D | mpu401.c | 905 kill_note: midi_synth_kill_note,
|
D | gus_wave.c | 2716 kill_note: guswave_kill_note,
|
D | wavfront.c | 2080 kill_note: midi_synth_kill_note,
|
D | awe_wave.c | 509 kill_note: awe_kill_note,
|
/linux-2.4.37.9/Documentation/sound/ |
D | ChangeLog.awe | 60 - Do not kill_note in start_note when velocity is zero
|