Searched refs:vel (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_voice.h31 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
32 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
33 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
39 void snd_opl3_calc_volume(unsigned char *reg, int vel, struct snd_midi_channel *chan);
44 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int on_off, int vel, struct snd_midi_channel *chan);
H A Dopl3_midi.c62 void snd_opl3_calc_volume(unsigned char *volbyte, int vel, argument
68 volume = (vel * chan->gm_volume * chan->gm_expression) / (127*127);
289 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) argument
320 snd_printk("Note on, ch %i, inst %i, note %i, vel %i\n",
321 chan->number, chan->midi_program, note, vel);
350 snd_opl3_drum_switch(opl3, note, vel, 1, chan);
454 snd_opl3_calc_volume(&vol_op[3], vel, chan);
457 snd_opl3_calc_volume(&vol_op[2], vel, chan);
460 snd_opl3_calc_volume(&vol_op[0], vel, chan);
463 snd_opl3_calc_volume(&vol_op[1], vel, cha
667 snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) argument
712 snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) argument
[all...]
H A Dopl3_drums.c138 int vel, struct snd_midi_channel *chan)
147 snd_opl3_calc_volume(&reg_val, vel, chan);
185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, argument
219 snd_opl3_drum_vol_set(opl3, drum_voice, vel, chan);
136 snd_opl3_drum_vol_set(struct snd_opl3 *opl3, struct snd_opl3_drum_voice *data, int vel, struct snd_midi_channel *chan) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_event.c40 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
41 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
42 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
111 return note_off_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
114 return note_on_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
285 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
292 return set_note_event(dp, dev, SNDRV_SEQ_EVENT_NOTEON, ch, note, vel, ev);
298 //if (! vel)
302 if (info->ch[ch].vel)
308 info->ch[ch].vel
340 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
371 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) argument
[all...]
H A Dseq_oss_event.h44 unsigned char vel; member in struct:evrec_note
H A Dseq_oss_device.h66 int note, vel; member in struct:seq_oss_chinfo
H A Dseq_oss_synth.c384 info->ch[i].vel = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_voice.h48 void snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
49 void snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
50 void snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
H A Demux_synth.c40 int *notep, int vel, struct snd_midi_channel *chan,
59 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) argument
77 nvoices = get_zone(emu, port, &note, vel, chan, table);
109 vp->velocity = vel;
154 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) argument
232 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) argument
252 vp->velocity = vel;
878 int *notep, int vel, struct snd_midi_channel *chan,
894 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank,
877 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) argument
H A Dsoundfont.c68 static int search_zones(struct snd_sf_list *sflist, int *notep, int vel,
1213 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, argument
1230 nvoices = search_zones(sflist, notep, vel, preset, bank,
1234 nvoices = search_zones(sflist, notep, vel,
1266 search_zones(struct snd_sf_list *sflist, int *notep, int vel, argument
1277 vel >= zp->v.vellow && vel <= zp->v.velhigh) {
1288 nvoices = search_zones(sflist, &key, vel,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dseq_midi_emul.h83 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
84 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
85 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
H A Dsoundfont.h115 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_local.h222 void snd_opl4_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
223 void snd_opl4_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
H A Dopl4_synth.c482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) argument
511 voice[i]->velocity = vel & 0x7f;
565 void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_midi_emul.c49 int note, int vel);
253 int note, int vel)
265 ops->note_off(drv, note, vel, chan);
252 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, int note, int vel) argument

Completed in 102 milliseconds