Searched refs:velocity (Results 1 – 11 of 11) sorted by relevance
/sound/synth/emux/ |
D | emux_synth.c | 100 vp->velocity = vel; in snd_emux_note_on() 243 vp->velocity = vel; in snd_emux_key_press() 748 LIMITMAX(vp->velocity, 127); in calc_volume() 753 vol = (vp->velocity * main_vol * expression_vol) / (127*127); in calc_volume() 765 vol = voltab1[main_vol] + voltab2[vp->velocity]; in calc_volume() 791 if (vp->velocity < 70) in calc_volume() 794 atten = vp->velocity; in calc_volume()
|
/sound/core/seq/ |
D | seq_midi_emul.c | 105 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event() 124 ops->note_on(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event() 130 note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity); in snd_midi_process_event() 134 ops->key_press(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event()
|
D | seq_midi_event.c | 249 ev->data.note.velocity = dev->buf[2]; in note_event() 351 buf[1] = ev->data.note.velocity & 0x7f; in note_decode()
|
D | seq_clientmgr.c | 902 ev->data.note.velocity = ev->data.note.off_velocity; in snd_seq_dispatch_event()
|
/sound/drivers/opl4/ |
D | opl4_local.h | 164 int velocity; member
|
D | opl4_synth.c | 377 att += snd_opl4_volume_table[voice->velocity]; in snd_opl4_update_volume() 510 voice[i]->velocity = vel & 0x7f; in snd_opl4_note_on()
|
/sound/core/seq/oss/ |
D | seq_oss_event.c | 381 ev->data.note.velocity = vel; in set_note_event()
|
D | seq_oss_midi.c | 587 ossev.v.parm = ev->data.note.velocity; in send_synth_event()
|
/sound/pci/asihpi/ |
D | hpi.h | 1247 u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity);
|
D | hpifunc.c | 621 u16 hpi_outstream_set_velocity(u32 h_outstream, short velocity) in hpi_outstream_set_velocity() argument 630 hm.u.d.u.velocity = velocity; in hpi_outstream_set_velocity()
|
D | hpi_internal.h | 720 u16 velocity; member
|