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;
284 void SetInitialVolume( f32 volume );
285 f32 GetInitialVolume() const;
287 void SetVolume( f32 volume, int frames = 0 );
288 f32 GetVolume() const;
290 void SetPitch( f32 pitch );
291 f32 GetPitch() const;
293 void SetPan( f32 pan );
294 f32 GetPan() const;
296 void SetLpfFreq( f32 lpfFreq );
297 f32 GetLpfFreq() const;
299 void SetBiquadFilter( int type, f32 value );
300 void GetBiquadFilter( int* type, f32* value ) const;
302 void SetSurroundPan( f32 pan );
303 f32 GetSurroundPan() const;
314 void SetMainSend( f32 send );
315 f32 GetMainSend() const;
317 void SetFxSend( AuxBus bus, f32 send );
318 f32 GetFxSend( AuxBus bus ) const;
417 MoveValue<f32, int> m_FadeVolume;
418 MoveValue<f32, int> m_PauseFadeVolume;
438 MoveValue<f32, int> m_ExtMoveVolume;
439 f32 m_InitVolume;
440 f32 m_ExtPan;
441 f32 m_ExtPitch;
442 f32 m_LpfFreq;
443 f32 m_BiquadFilterValue;
444 f32 m_MainSend;
445 f32 m_FxSend[ AUX_BUS_NUM ];
446 f32 m_ExtSurroundPan;