ALSA Library Reference Manual
DECLARATION
typedef struct
{
snd_seq_instr_t id; /* instrument identifier */
int cmd; /* put command */
char reserved[16]; /* for the future */
long len; /* real instrument data length (without header) */
snd_seq_instr_data_t data; /* instrument data */
}
snd_seq_instr_put_t;
REFERENCE