Objects used with flimSounds to configure filtering effects.
More...
Objects used with flimSounds to configure filtering effects.
◆ FilterType
Values that represent filter types.
Enumerator |
---|
HiPass | |
LoPass | |
BandPass | |
◆ ActivateFilter()
Activates the filter described by type.
- Author
- Jack Campbell
- Date
- 6/1/2017
- Parameters
-
- Returns
- A snd_err.
◆ DeactivateFilter()
Deactivate filter.
- Author
- Jack Campbell
- Date
- 6/1/2017
- Parameters
-
- Returns
- A snd_err.
◆ GetCutoff()
snd_err flimFilter::GetCutoff |
( |
float & |
cutoff | ) |
|
Gets a cutoff.
- Author
- Jack Campbell
- Date
- 6/1/2017
- Parameters
-
[in,out] | cutoff | The cutoff. |
- Returns
- The cutoff.
◆ SetCutoff()
snd_err flimFilter::SetCutoff |
( |
float |
cutoff | ) |
|
Sets a cutoff.
- Author
- Jack Campbell
- Date
- 6/1/2017
- Parameters
-
- Returns
- A snd_err.
◆ setSound()
Sets a sound.
- Author
- Jack Campbell
- Date
- 6/1/2017
- Parameters
-
[in,out] | sound | If non-null, the sound. |
- Returns
- A snd_err.