Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
snd_midi_op Struct Reference

#include <seq_midi_emul.h>

Data Fields

void(* note_on )(void *private_data, int note, int vel, struct snd_midi_channel *chan)
 
void(* note_off )(void *private_data, int note, int vel, struct snd_midi_channel *chan)
 
void(* key_press )(void *private_data, int note, int vel, struct snd_midi_channel *chan)
 
void(* note_terminate )(void *private_data, int note, struct snd_midi_channel *chan)
 
void(* control )(void *private_data, int type, struct snd_midi_channel *chan)
 
void(* nrpn )(void *private_data, struct snd_midi_channel *chan, struct snd_midi_channel_set *chset)
 
void(* sysex )(void *private_data, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *chset)
 

Detailed Description

Definition at line 82 of file seq_midi_emul.h.

Field Documentation

Definition at line 87 of file seq_midi_emul.h.

Definition at line 85 of file seq_midi_emul.h.

Definition at line 84 of file seq_midi_emul.h.

Definition at line 83 of file seq_midi_emul.h.

Definition at line 86 of file seq_midi_emul.h.

Definition at line 88 of file seq_midi_emul.h.

void(* sysex)(void *private_data, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *chset)

Definition at line 90 of file seq_midi_emul.h.


The documentation for this struct was generated from the following file: