utopia-rise / fmod-gdextension

FMOD Studio GDExtension bindings for the Godot game engine
MIT License
439 stars 48 forks source link

FMOD_ADVANCEDSETTINGS not exposed in integration #112

Open michaelhartung opened 2 years ago

michaelhartung commented 2 years ago

Hi,

thank you for providing this great FMOD integration for Godot <3.

Would it be possible in future releases to expose the FMOD_ADVANCEDSETTINGS and getter/setter [1]? This would allow to set the randomSeed which defaults to 0, which means every randomized parameter/instrument etc. starts with the same value/sound when you re-start a game using FMOD.

There are some cases where this is not ideal - i.e. randomized music events.

Thanks for all your hard work, Michael

[1] https://www.fmod.com/resources/documentation-api?version=2.02&page=core-api-system.html#fmod_advancedsettings