Home
last modified time | relevance | path

Searched refs:note (Results 1 – 8 of 8) sorted by relevance

/include/sound/
Dseq_midi_emul.h36 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 …
Dump_msg.h135 u32 note:8; member
139 u32 note:8;
154 u32 note:8; member
158 u32 note:8;
261 struct snd_ump_midi1_msg_note note; member
279 u32 note:8; member
287 u32 note:8;
306 u32 note:8; member
313 u32 note:8;
331 u32 note:8; member
[all …]
Demux_synth.h164 unsigned char note; /* Note currently assigned to this voice */ member
Dopl3.h273 unsigned char note; /* Note currently assigned to this voice */ member
/include/linux/
Delfnote.h43 .pushsection .note.name, flags,@note ; \
/include/uapi/linux/
Dsoundcard.h1128 #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/
Dasequencer.h182 unsigned char note; member
257 struct snd_seq_ev_note note; member
/include/asm-generic/
Dvmlinux.lds.h68 #define NOTES_HEADERS :text :note
908 *(.note.GNU-stack) \
909 *(.note.gnu.property) \
912 BOUNDED_SECTION_BY(.note.*, _notes) \