Just gave this a go, and it worked brilliantly, except that before you:
ComboBox1.setControlCallback(loadImpulse);
you need to
Engine.loadAudioFilesIntoPool();
Otherwise, brilliant.
Just gave this a go, and it worked brilliantly, except that before you:
ComboBox1.setControlCallback(loadImpulse);
you need to
Engine.loadAudioFilesIntoPool();
Otherwise, brilliant.
@d-healey grazie!!
None of the scriptnodes would compile for me, but I was able to get the develop to compile.
And, amazing, the convolution reverb works!
@Lindon thank you kindly!
OMG, that is brilliant. I was spending a ton of time trying to get deeper and deeper attributes from the arp and setValue and diving deep into sliderpack data, but low and behold, the property editor saves the day again.