Searched refs:velocity (Results 1 - 15 of 15) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A DMakefile69 obj-$(CONFIG_VIA_VELOCITY) += via-velocity.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasequencer.h232 unsigned char velocity; member in struct:snd_seq_ev_note
H A Demux_synth.h181 unsigned char velocity; /* Velocity of current note */ member in struct:snd_emux_voice
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_synth.c109 vp->velocity = vel;
252 vp->velocity = vel;
736 LIMITMAX(vp->velocity, 127);
741 vol = (vp->velocity * main_vol * expression_vol) / (127*127);
753 vol = voltab1[main_vol] + voltab2[vp->velocity];
779 if (vp->velocity < 70)
782 atten = vp->velocity;
873 /* Look for the zones matching with the given note and velocity.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_event.c319 if (vel) /* non-zero velocity - start the note now */
380 ev->data.note.velocity = vel;
H A Dseq_oss_midi.c581 ossev.v.parm = ev->data.note.velocity;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_clientmgr.c873 ev->data.note.velocity = ev->data.note.off_velocity;
H A Dseq_midi_emul.c116 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0)
135 ops->note_on(drv, ev->data.note.note, ev->data.note.velocity, chan);
141 note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity);
145 ops->key_press(drv, ev->data.note.note, ev->data.note.velocity, chan);
H A Dseq_midi_event.c283 ev->data.note.velocity = dev->buf[2];
384 buf[1] = ev->data.note.velocity & 0x7f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_local.h164 int velocity; member in struct:opl4_voice
H A Dopl4_synth.c377 att += snd_opl4_volume_table[voice->velocity];
511 voice[i]->velocity = vel & 0x7f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Ddev_table.h268 int (*kill_note) (int dev, int voice, int note, int velocity);
269 int (*start_note) (int dev, int voice, int note, int velocity);
H A Dmidi_synth.c283 midi_synth_kill_note(int dev, int channel, int note, int velocity) argument
292 if (velocity < 0)
293 velocity = 0;
294 if (velocity > 127)
295 velocity = 127;
302 if (chn == channel && ((msg == 0x90 && velocity == 64) || msg == 0x80))
315 * Note on with velocity 0 == note
319 midi_outc(orig_dev, velocity);
322 if (velocity == 64)
341 midi_outc(orig_dev, velocity);
373 midi_synth_start_note(int dev, int channel, int note, int velocity) argument
[all...]
H A Dmidi_synth.h3 int midi_synth_kill_note (int dev, int channel, int note, int velocity);
H A Dopl3.c86 static int opl3_kill_note(int dev, int voice, int note, int velocity);
270 static int opl3_kill_note (int devno, int voice, int note, int velocity) argument

Completed in 133 milliseconds