Searched refs:note (Results 1 – 7 of 7) sorted by relevance
/include/sound/ |
D | seq_midi_emul.h | 36 unsigned char note[128]; /* Current status for all notes */ member 69 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan); 70 …void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release … 71 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan); 72 …void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate …
|
D | emux_synth.h | 164 unsigned char note; /* Note currently assigned to this voice */ member
|
D | opl3.h | 273 unsigned char note; /* Note currently assigned to this voice */ member
|
/include/linux/ |
D | elfnote.h | 43 .pushsection .note.name, flags,@note ; \
|
/include/uapi/linux/ |
D | soundcard.h | 1128 #define _CHN_VOICE(dev, event, chn, note, parm) \ argument 1134 _seqbuf[_seqbufptr+4] = (note);\ 1140 #define SEQ_START_NOTE(dev, chn, note, vol) \ argument 1141 _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) 1143 #define SEQ_STOP_NOTE(dev, chn, note, vol) \ argument 1144 _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) 1146 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) \ argument 1147 _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
|
/include/uapi/sound/ |
D | asequencer.h | 197 unsigned char note; member 286 struct snd_seq_ev_note note; member
|
/include/asm-generic/ |
D | vmlinux.lds.h | 840 /DISCARD/ : { *(.note.GNU-stack) } \ 843 KEEP(*(.note.*)) \
|