Searched defs:patch_info (Results 1 – 2 of 2) sorted by relevance
374 struct patch_info { struct376 short key; /* Use GUS_PATCH here */380 short device_no; /* Synthesizer number */381 short instr_no; /* Midi pgm# */383 u_long mode;402 long len; /* Size of the wave data in bytes */403 long loop_start, loop_end; /* Byte offsets from the beginning */421 u_int base_freq;422 u_long base_note;423 u_long high_note;[all …]
163 typedef struct patch_info { struct166 } patch_info_t; argument