Table of Contents

Function Definition: changesoundeffect(effect_name = "PITCH", effect_value = 10)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
effect_namestringThe effect name."PITCH" or "PAN""PITCH"
effect_valueintThe effect value.Integer10

Description

The function changes the specified sound effect by the values. The input is for selecting how much the sound will be changed. A positive number will make the sound effect have more effect, while a negative number will make it smaller.

Example

There are no examples documented for this article.