Home
last modified time | relevance | path

Searched refs:note (Results 1 – 7 of 7) 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 …
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.h197 unsigned char note; member
286 struct snd_seq_ev_note note; member
/include/asm-generic/
Dvmlinux.lds.h840 /DISCARD/ : { *(.note.GNU-stack) } \
843 KEEP(*(.note.*)) \