Hi, I need to load multiple data assets in my plugin to work with them (like the multiinstrument on FMOD), and I have two questions:
PLUGIN: How can I get a set of .wavs to store in my plugin before it starts reading. I’m trying with the “GetParamDataCallback” function but I don’t know how to parse them individualy. How can I get them?
INTERFACE: How can I drop multiple audio files to a plugin interface on FMOD? Like the multiinstrument playlist. I supose I have to use “dataDrop” type on the .javascript to define a data container, but I don’t know how to deal with multiple sounds.
Thanks in advance