Closed nucular closed 10 years ago
Turns out the problem is somewhere in the demo application, when the random sound with a seed of 94 is played, it crashes only when the envelope tab is closed. I couldn't find any changes in the parameter set though...
It causes
SoundData.setSample
to fail. It happens when trying to play a randomized sound. I could justor
the output but that doesn't seem feasible. I guess one of the generator locals doesn't get initialized or there's a typo somewhere.