|
Linux Kernel
3.7.1
|
#include <seq_midi_emul.h>
Data Fields | |
| void * | private |
| int | number |
| int | client |
| int | port |
| unsigned char | midi_mode |
| unsigned int | drum_channel:1 |
| unsigned int | param_type:1 |
| unsigned char | midi_aftertouch |
| unsigned char | midi_pressure |
| unsigned char | midi_program |
| short | midi_pitchbend |
| unsigned char | control [128] |
| unsigned char | note [128] |
| short | gm_rpn_pitch_bend_range |
| short | gm_rpn_fine_tuning |
| short | gm_rpn_coarse_tuning |
Definition at line 32 of file seq_midi_emul.h.
Definition at line 35 of file seq_midi_emul.h.
| unsigned char control[128] |
Definition at line 49 of file seq_midi_emul.h.
| unsigned int drum_channel |
Definition at line 40 of file seq_midi_emul.h.
| short gm_rpn_coarse_tuning |
Definition at line 54 of file seq_midi_emul.h.
| short gm_rpn_fine_tuning |
Definition at line 53 of file seq_midi_emul.h.
| short gm_rpn_pitch_bend_range |
Definition at line 52 of file seq_midi_emul.h.
| unsigned char midi_aftertouch |
Definition at line 44 of file seq_midi_emul.h.
| unsigned char midi_mode |
Definition at line 38 of file seq_midi_emul.h.
| short midi_pitchbend |
Definition at line 47 of file seq_midi_emul.h.
| unsigned char midi_pressure |
Definition at line 45 of file seq_midi_emul.h.
| unsigned char midi_program |
Definition at line 46 of file seq_midi_emul.h.
| unsigned char note[128] |
Definition at line 50 of file seq_midi_emul.h.
| int number |
Definition at line 34 of file seq_midi_emul.h.
| unsigned int param_type |
Definition at line 40 of file seq_midi_emul.h.
Definition at line 36 of file seq_midi_emul.h.
| void* private |
Definition at line 33 of file seq_midi_emul.h.
1.8.2