OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:snd_midi_channel
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h
32
struct
snd_midi_channel
{
struct
63
* port for this midi synth and an array of
snd_midi_channel
structures.
64
* A driver that had no need for
snd_midi_channel
could still use the
73
struct
snd_midi_channel
*channels;
83
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);
86
void (*note_terminate)(void *private_data, int note, struct
snd_midi_channel
*chan); /* terminate note immediately */
87
void (*control)(void *private_data, int type, struct
snd_midi_channel
*chan);
88
void (*nrpn)(void *private_data, struct
snd_midi_channel
*chan
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h
32
struct
snd_midi_channel
{
struct
63
* port for this midi synth and an array of
snd_midi_channel
structures.
64
* A driver that had no need for
snd_midi_channel
could still use the
73
struct
snd_midi_channel
*channels;
83
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);
86
void (*note_terminate)(void *private_data, int note, struct
snd_midi_channel
*chan); /* terminate note immediately */
87
void (*control)(void *private_data, int type, struct
snd_midi_channel
*chan);
88
void (*nrpn)(void *private_data, struct
snd_midi_channel
*chan
[
all
...]
Completed in 852 milliseconds