I’m trying to migrate a project using FMOD Ex to FMOD Studio but I have some problems with the Event::setPitch() method. What is the equivalent FMOD_EVENT_PITCHUNITS setting in FMOD Studio?
How can I convert the parameter using FMOD_EVENT_PITCHUNITS_OCTAVES to FMOD Studio?
EventInstance::setPitch() takes only 1 parameter (linear pitch).