Convultion not work
-
@arminh and you use the rmb method in your exported plugin too?
-
Nope, i thought that they are loaded already and I can just switch between few Convultion instances.
As you can see in snippet I have 3 Convultion Effect in rack, and in Gui is 3 buttons, I and I want change reverb using this buttons -
@d-healey I think I have this problem
https://forum.hise.audio/topic/1507/convolution-reverb-or-audioloop-player-doesn-t-load-file/57 -
@arminh said in Convultion not work:
@d-healey I think I have this problem
https://forum.hise.audio/topic/1507/convolution-reverb-or-audioloop-player-doesn-t-load-file/57This problem was fixed ages ago. Are you using the latest version of HISE scriptnode? I haven't tried exporting a convolution plugin that doesn't load the IRs from a script so I don't know if it will work without doing that.
-
@d-healey yes im using latest script node branch on Mac.
-
@arminh it's working here, it's loading the files "hall.aif & room.aif"
I'm using the script node version from yesterday (29/9)hallImp.setFile("{PROJECT_FOLDER}hall.aif"); roomImp.setFile("{PROJECT_FOLDER}room.aif");
-
@ulrik you build my snippet? Because in hise everything works fine, but in Studio One nothing happen
-
@ulrik said in Convultion not work:
@arminh it's working here, it's loading the files "hall.aif & room.aif"
I'm using the script node version from yesterday (29/9)hallImp.setFile("{PROJECT_FOLDER}hall.aif"); roomImp.setFile("{PROJECT_FOLDER}room.aif");
Looks like you're loading the files via scripting though not by right click, correct?
-
@arminh No I have not built a plugin, I'll try
-
@d-healey yes, but when I tried to load files via RMB, it didn't work either