Searched defs:velocity (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | midi_synth.c | 281 midi_synth_kill_note(int dev, int channel, int note, int velocity) in midi_synth_kill_note() 369 midi_synth_start_note(int dev, int channel, int note, int velocity) in midi_synth_start_note()
|
D | awe_wave.c | 169 int velocity; /* midi velocity (0-127) */ member 2114 awe_kill_note(int dev, int voice, int note, int velocity) in awe_kill_note() 2148 static void start_or_volume_change(int voice, int velocity) in start_or_volume_change() 2173 awe_start_note(int dev, int voice, int note, int velocity) in awe_start_note() 4036 awe_search_multi_voices(awe_voice_list *rec, int note, int velocity, in awe_search_multi_voices() 4065 really_alloc_voices(int bank, int instr, int *note, int velocity, awe_voice_info **vlist) in really_alloc_voices() 4111 awe_alloc_multi_voices(int ch, int note, int velocity, int key) in awe_alloc_multi_voices() 4213 awe_alloc_one_voice(int voice, int note, int velocity) in awe_alloc_one_voice()
|
D | opl3.c | 271 static int opl3_kill_note (int devno, int voice, int note, int velocity) in opl3_kill_note()
|
D | gus_wave.c | 1158 static int guswave_kill_note(int dev, int voice, int note, int velocity) in guswave_kill_note()
|