Lines Matching refs:f32
45 f32 volume;
46 f32 pitch;
47 f32 pan;
48 f32 span;
49 f32 fxSend;
50 f32 lpf;
51 f32 biquadFilterValue;
104 f32 volume;
111 f32 pitch;
119 f32 pan;
128 f32 span;
136 f32 fxSend;
144 f32 lpf;
150 f32 biquadFilterValue;
195 f32 volume;
196 f32 pitch;
197 f32 pan;
286 void SetInitialVolume( f32 volume );
287 f32 GetInitialVolume() const;
289 void SetVolume( f32 volume, int frames = 0 );
290 f32 GetVolume() const;
292 void SetPitch( f32 pitch );
293 f32 GetPitch() const;
295 void SetPan( f32 pan );
296 f32 GetPan() const;
298 void SetLpfFreq( f32 lpfFreq );
299 f32 GetLpfFreq() const;
301 void SetBiquadFilter( int type, f32 value );
302 void GetBiquadFilter( int* type, f32* value ) const;
304 void SetSurroundPan( f32 pan );
305 f32 GetSurroundPan() const;
316 void SetMainSend( f32 send );
317 f32 GetMainSend() const;
319 void SetFxSend( AuxBus bus, f32 send );
320 f32 GetFxSend( AuxBus bus ) const;
419 MoveValue<f32, int> m_FadeVolume;
420 MoveValue<f32, int> m_PauseFadeVolume;
440 MoveValue<f32, int> m_ExtMoveVolume;
441 f32 m_InitVolume;
442 f32 m_ExtPan;
443 f32 m_ExtPitch;
444 f32 m_LpfFreq;
445 f32 m_BiquadFilterValue;
446 f32 m_MainSend;
447 f32 m_FxSend[ AUX_BUS_NUM ];
448 f32 m_ExtSurroundPan;