Changing Audio Folder
-
Hello Everyone
Just A Quick Question:
Is It Possible To Point The Convolution Reverb To Pick Up The Audio Files From A Folder Inside The Audio Folder, If Yes, How?Instead Of This
ConvolutionReverb.setFile("{PROJECT_FOLDER}Hall.wav");
Thanks
-
"{PROJECT_FOLDER}SubFolder/audiofile.wav"
-
@dustbro Thank You Sir <3
-
@Christoph-Hart I think I'm going blind?
With the latest version, I can't find the setFile() function for the convolution verb. -
@dustbro you need to define your variable (ConvolutionReverb1) as Synth.getAudioSampleProcessor not Synth.getEffect
-
@Lindon said in Changing Audio Folder:
Synth.getAudioSampleProcessor
my hero! It's been almost a year since I've worked with the convolution verb... and my brain did not retain.
-
@dustbro my brain wont retain stuff from 10 mins ago... so your doing OK there.