Lines Matching refs:f32
43 f32 volume;
44 f32 pitch;
45 f32 pan;
46 f32 span;
47 f32 fxSend;
48 f32 lpf;
49 f32 biquadFilterValue;
85 f32 volume;
92 f32 pitch;
100 f32 pan;
103 f32 span;
105 f32 fxSend;
107 f32 lpf;
109 f32 biquadFilterValue;
193 f32 volume;
194 f32 pitch;
195 f32 pan;
282 void SetInitialVolume( f32 volume );
283 void SetVolume( f32 volume, int frames = 0 );
284 void SetPitch( f32 pitch );
285 void SetPan( f32 pan );
286 void SetLpfFreq( f32 lpfFreq );
287 void SetBiquadFilter( int type, f32 value );
288 void SetSurroundPan( f32 pan );
296 void SetMainSend( f32 send );
297 void SetFxSend( AuxBus bus, f32 send );
396 MoveValue<f32, int> m_FadeVolume;
397 MoveValue<f32, int> m_PauseFadeVolume;
417 MoveValue<f32, int> m_ExtMoveVolume;
418 f32 m_InitVolume;
419 f32 m_ExtPan;
420 f32 m_ExtPitch;
421 f32 m_LpfFreq;
422 f32 m_BiquadFilterValue;
423 f32 m_MainSend;
424 f32 m_FxSend[ AUX_BUS_NUM ];
425 f32 m_ExtSurroundPan;