Searched refs:velocity (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
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 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 Dopl3.c85 static int opl3_kill_note(int dev, int voice, int note, int velocity);
268 static int opl3_kill_note (int devno, int voice, int note, int velocity) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseqmid.h368 * \param vel velocity
376 (ev)->data.note.velocity = (vel),\
384 * \param vel velocity
391 (ev)->data.note.velocity = (vel))
398 * \param vel velocity
405 (ev)->data.note.velocity = (vel))
412 * \param vel velocity
419 (ev)->data.note.velocity = (vel))
H A Dseq_event.h233 unsigned char velocity; /**< velocity */ member in struct:snd_seq_ev_note
234 unsigned char off_velocity; /**< note-off velocity; only for #SND_SEQ_EVENT_NOTE */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/lsb/
H A Dmidi_event.c192 TEST_CHECK(ev.data.note.velocity == 3);
198 TEST_CHECK(ev.data.note.velocity == 6);
204 TEST_CHECK(ev.data.note.velocity == 9);
349 TEST_CHECK(ev.data.note.velocity == 3);
357 TEST_CHECK(ev.data.note.velocity == 5);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-prodikeys.c53 unsigned char velocity; member in struct:pcmidi_sustain
219 unsigned char status, unsigned char note, unsigned char velocity)
226 buffer[2] = velocity;
247 pcmidi_send_note(pms->pm, pms->status, pms->note, pms->velocity);
346 unsigned char status, note, velocity; local
351 velocity = data[j*2+2];
357 if (0 == velocity)
358 velocity = 1; /* force note on */
370 pms->velocity = velocity;
218 pcmidi_send_note(struct pcmidi_snd *pm, unsigned char status, unsigned char note, unsigned char velocity) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi_emul.c115 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0)
134 ops->note_on(drv, ev->data.note.note, ev->data.note.velocity, chan);
140 note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity);
144 ops->key_press(drv, ev->data.note.note, ev->data.note.velocity, chan);
H A Dseq_midi_event.c287 ev->data.note.velocity = dev->buf[2];
388 buf[1] = ev->data.note.velocity & 0x7f;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demux_synth.h181 unsigned char velocity; /* Velocity of current note */ member in struct:snd_emux_voice
H A Dasequencer.h200 unsigned char velocity; member in struct:snd_seq_ev_note
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dseq-decoder.c136 printf("; ch=%d, note=%d, velocity=%d, off_velocity=%d, duration=%d\n",
139 ev->data.note.velocity,
147 printf("; ch=%d, note=%d, velocity=%d\n",
150 ev->data.note.velocity);
H A Dseq-sender.c134 ev.data.note.velocity = 127;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_synth.c109 vp->velocity = vel;
254 vp->velocity = vel;
745 LIMITMAX(vp->velocity, 127);
750 vol = (vp->velocity * main_vol * expression_vol) / (127*127);
762 vol = voltab1[main_vol] + voltab2[vp->velocity];
788 if (vp->velocity < 70)
791 atten = vp->velocity;
882 /* Look for the zones matching with the given note and velocity.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_midi_event.c468 ev->data.note.velocity = dev->buf[2];
621 buf[1] = ev->data.note.velocity & 0x7f;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasequencer.h202 unsigned char velocity; member in struct:sndrv_seq_ev_note
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A DMakefile102 obj-$(CONFIG_VIA_VELOCITY) += via-velocity.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c584 ossev.v.parm = ev->data.note.velocity;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpi_internal.h862 u16 velocity; member in union:hpi_stream_msg::__anon19096
H A Dhpi.h1375 u32 h_outstream, short velocity);
H A Dhpifunc.c906 u32 h_outstream, short velocity)
914 hm.u.d.u.velocity = velocity;
905 hpi_outstream_set_velocity(const struct hpi_hsubsys *ph_subsys, u32 h_outstream, short velocity) argument

Completed in 108 milliseconds

12