mgsx-dev / rainstick

Apache License 2.0
0 stars 0 forks source link

Audio parameters are not sent on file loading #1

Closed b2renger closed 7 years ago

b2renger commented 7 years ago

When loading a rainstick from a json file, audio parameters grouped in the sendMix and sendFormants functions are not sent to the audio engine.

mgsx-dev commented 7 years ago

I need to code a callback system after system settings has been loaded (new interface for systems)

mgsx-dev commented 7 years ago

for rainstick it's OK since we send all parameters at each frame.

But editor values are not updated, workaround for now is to close/open each system views.

I will fix it in KIT