Home
last modified time | relevance | path

Searched defs:vel (Results 1 – 7 of 7) sorted by relevance

/linux/sound/drivers/opl3/
H A Dopl3_midi.c53 void snd_opl3_calc_volume(unsigned char *volbyte, int vel, in snd_opl3_calc_volume() argument
286 snd_opl3_note_on(void * p,int note,int vel,struct snd_midi_channel * chan) snd_opl3_note_on() argument
650 snd_opl3_note_off_unsafe(void * p,int note,int vel,struct snd_midi_channel * chan) snd_opl3_note_off_unsafe() argument
685 snd_opl3_note_off(void * p,int note,int vel,struct snd_midi_channel * chan) snd_opl3_note_off() argument
699 snd_opl3_key_press(void * p,int note,int vel,struct snd_midi_channel * chan) snd_opl3_key_press() argument
[all...]
H A Dopl3_drums.c122 int vel, struct snd_midi_channel *chan) in snd_opl3_drum_vol_set()
169 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch()
/linux/sound/synth/emux/
H A Demux_synth.c46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on() argument
145 snd_emux_note_off(void * p,int note,int vel,struct snd_midi_channel * chan) snd_emux_note_off() argument
222 snd_emux_key_press(void * p,int note,int vel,struct snd_midi_channel * chan) snd_emux_key_press() argument
891 get_zone(struct snd_emux * emu,struct snd_emux_port * port,int * notep,int vel,struct snd_midi_channel * chan,struct snd_sf_zone ** table) get_zone() argument
H A Dsoundfont.c1275 snd_soundfont_search_zone(struct snd_sf_list * sflist,int * notep,int vel,int preset,int bank,int def_preset,int def_bank,struct snd_sf_zone ** table,int max_layers) snd_soundfont_search_zone() argument
1329 search_zones(struct snd_sf_list * sflist,int * notep,int vel,int preset,int bank,struct snd_sf_zone ** table,int max_layers,int level) search_zones() argument
/linux/sound/drivers/opl4/
H A Dopl4_synth.c482 snd_opl4_note_on(void * private_data,int note,int vel,struct snd_midi_channel * chan) snd_opl4_note_on() argument
563 snd_opl4_note_off(void * private_data,int note,int vel,struct snd_midi_channel * chan) snd_opl4_note_off() argument
/linux/sound/core/seq/
H A Dseq_midi_emul.c237 int note, int vel) in note_off()
/linux/sound/core/seq/oss/
H A Dseq_oss_event.h31 unsigned char vel; member