Lines Matching defs:wf_patch
203 struct wf_patch struct
205 s16 frequency_bias; /* ** THIS IS IN MOTOROLA FORMAT!! ** */
207 u8 amplitude_bias:7;
208 u8 Unused1:1;
210 u8 portamento:7;
211 u8 Unused2:1;
213 u8 sample_number;
215 u8 pitch_bend:4;
216 u8 sample_msb:1;
217 u8 Unused3:3;
219 u8 mono:1;
220 u8 retrigger:1;
221 u8 nohold:1;
222 u8 restart:1;
223 u8 filterconfig:2; /* SDK says "not used" */
224 u8 reuse:1;
225 u8 reset_lfo:1;
227 u8 fm_src2:4;
228 u8 fm_src1:4;
230 s8 fm_amount1;
231 s8 fm_amount2;
256 typedef struct wf_patch wavefront_patch; argument