Sound effector - Volume
-
How to change the sound volume of the Sound Effector via Python Script?
-
Hello @merkvilson,
Thank you for reaching out to us. Please put more effort into making yourself understood. While we prefer short and precise questions we do not want to guess what users mean.
I assume you are talking here about the "Sound group" of the Sound Effector. But it has no "Volume" parameter, neither in this "Sound group", nor somewhere else in the object. The catch is here that "Sound" is not just a foldable group. Because we can select it (see screen below), we know it must be data type.
Being set is here a c4d.SoundEffectorData instance, with it you can control the details in this sound section.
To discover parameter values, please follow our Python Console: Parameter Drag & Drop manual.
Cheers,
Ferdinand