SetSoundEffectParameter: Difference between revisions
Jump to navigation
Jump to search
(OOP) |
No edit summary |
||
Line 9: | Line 9: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''sound''': the [[sound]] element. | *'''sound''': the [[sound]] element. | ||
*'''effectName''': the effect | *'''effectName''': the name of the effect whose parameter you want to change. | ||
*'''effectParam''': the parameter name. | {{Sound_Effects}} | ||
*'''paramValue''': the parameter value. | *'''effectParam''': the parameter [[#Effects Parameters|name]]. | ||
*'''paramValue''': the parameter [[#Effects Parameters|value]]. | |||
===Returns=== | ===Returns=== | ||
Returns '''true''' if everything went well, error is raised otherwise. | Returns '''true''' if everything went well, error is raised otherwise. | ||
===Parameters=== | ===Effects Parameters=== | ||
{{Sound_Effects_Parameters}} | |||
==Requirements== | ==Requirements== |
Revision as of 12:57, 9 August 2021
This function sets the parameter of a sound effect.
Syntax
bool setSoundEffectParameter ( element sound, string effectName, string effectParam, var paramValue )
OOP Syntax Help! I don't understand this!
- Method: sound:setEffectParameter(...)
Required Arguments
- sound: the sound element.
- effectName: the name of the effect whose parameter you want to change.
- gargle
- compressor
- echo
- i3dl2reverb
- distortion
- chorus
- parameq
- reverb
- flanger
Returns
Returns true if everything went well, error is raised otherwise.
Effects Parameters
ExpandChorus |
---|
ExpandCompressor |
---|
ExpandDistortion |
---|
ExpandEcho |
---|
ExpandFlanger |
---|
ExpandGargle |
---|
ExpandI3DL2 Reverb |
---|
ExpandParametric Equalizer |
---|
ExpandReverb |
---|
Requirements
This template will be deleted.
Example
Click to collapse [-]
ClientsetSoundEffectParameter(sound, "echo", "leftDelay", 500)
See Also
- getRadioChannel
- getRadioChannelName
- getSFXStatus
- getSoundBPM
- getSoundBufferLength
- getSoundEffectParameters
- getSoundEffects
- getSoundFFTData
- getSoundLength
- getSoundLevelData
- getSoundMaxDistance
- getSoundMetaTags
- getSoundMinDistance
- getSoundPan
- getSoundPosition
- getSoundProperties
- getSoundSpeed
- getSoundVolume
- getSoundWaveData
- isSoundLooped
- isSoundPanningEnabled
- isSoundPaused
- playSFX3D
- playSFX
- playSound3D
- playSound
- setRadioChannel
- setSoundEffectEnabled
- setSoundEffectParameter
- setSoundLooped
- setSoundMaxDistance
- setSoundMinDistance
- setSoundPan
- setSoundPanningEnabled
- setSoundPaused
- setSoundPosition
- setSoundProperties
- setSoundSpeed
- setSoundVolume
- stopSound
- Shared
- playSoundFrontEnd