Searched defs:patch_info (Results 1 – 4 of 4) sorted by relevance
144 struct patch_info { struct145 unsigned short key;149 short device_no;150 short instr_no;151 unsigned int mode;166 int len;167 int loop_start, loop_end;168 unsigned int base_freq;169 unsigned int base_note;170 unsigned int high_note;[all …]
137 struct patch_info { struct138 unsigned short key;142 short device_no;143 short instr_no;144 unsigned int mode;160 int len;161 int loop_start, loop_end;162 unsigned int base_freq;163 unsigned int base_note;164 unsigned int high_note;[all …]
213 struct patch_info { struct214 unsigned short key; /* Use WAVE_PATCH here */219 short device_no; /* Synthesizer number */220 short instr_no; /* Midi pgm# */222 unsigned int mode;246 int len; /* Size of the wave data in bytes */247 int loop_start, loop_end; /* Byte offsets from the beginning */265 unsigned int base_freq;266 unsigned int base_note;267 unsigned int high_note;[all …]
163 typedef struct patch_info { struct166 } patch_info_t; argument