Searched defs:patch_info (Results 1 – 2 of 2) sorted by relevance
372 struct patch_info { struct374 short key; /* Use GUS_PATCH here */378 short device_no; /* Synthesizer number */379 short instr_no; /* Midi pgm# */381 u_long mode;400 long len; /* Size of the wave data in bytes */401 long loop_start, loop_end; /* Byte offsets from the beginning */419 u_int base_freq;420 u_long base_note;421 u_long high_note;[all …]
161 typedef struct patch_info { struct164 } patch_info_t; argument