Open JimTompkins opened 3 years ago
What is the purpose of the changeSound method? It has the same arguments as the prepare method and does a similar thing except it calls a different routine and passes it a map containing the file path instead of the path itself.
Thanks,
Jim
Hi,
First, thanks for the great library!
I'm trying to have two different modes in my app, one using a percussion .sf2 file and another for bass with a different sf2 file. I tried calling the prepare method a second time with the second sf2 file name, but it still seems to use the first. Is there a way to "unload" the first sf2 file and then load a second?
Thanks,
Jim