tag | line | file | source code |
velocity | 89 | drivers/sound/dev_table.h | int (*kill_note) (int dev, int voice, int velocity); |
velocity | 90 | drivers/sound/dev_table.h | int (*start_note) (int dev, int voice, int note, int velocity); |
velocity | 1071 | drivers/sound/gus_wave.c | guswave_kill_note (int dev, int voice, int note, int velocity) |
velocity | 1073 | drivers/sound/gus_wave.c | guswave_kill_note (int dev, int voice, int velocity) |
velocity | 78 | drivers/sound/opl3.c | static int opl3_kill_note (int dev, int voice, int velocity); |
velocity | 236 | drivers/sound/opl3.c | opl3_kill_note (int dev, int voice, int velocity) |