CRI ADX  Last Updated: 2025-05-07 13:34 p
How to Change Parameters Randomly in Every Playback
You can randomly change parameters such as volume and pitch each time you play.


When doing it programmatically

This can be achieved by setting a random volume value in the criAtomExPlayer_SetVolume function from the application side.
In this case, the application side can fully manage the volume value.
On the other hand, the application needs to control the range within which the volume value is changed, which places a heavy burden on the programmer.


When doing it on the data side

With CRI Atom Craft, you can specify the random range.
The sound is played with parameter values ​​drawn within that range.
For information on how to set random ranges for parameters in CRI Atom Craft, please refer to Randomizing Parameters .
You can also randomize AISAC control values. For information on how to set this, please refer to Random AISAC .


Return:Tips