[Solved] Where's my reverb?
-
Side question: How do you download a previous commit? I tried but had an error instantly when building...
-
-
Thanks, that's what I did back then, but it didn't work. Anyway, I just succeed in building a commit from 4th of July with the convolution working, so I think it is a recent bug in Hise... A commit from the 26th shows modifications of the convolution...
@Christoph-Hart Are you aware of that? -
I rewrote the module so that I could reuse the convolution reverb as node in scriptnode but it might be possible that something old broke. What are the steps to reproduce? Just load any IR into it and play a sine wave through, and the wet signal is silent?
-
@Christoph-Hart Yep just load an IR with with any sound module, the signal is not affected by the IR
The dry signal is passing through -
Here's your reverb :)
https://github.com/christophhart/HISE/commit/a17b1074ef59bc9fd8d08e629537b226505dbde2
-
@Christoph-Hart Youhou thanks! Working! I can submit my project end of the week...
By the way, there's another typo I think that leads to an error, but if I replace
sr
byhalf_sr
, it works... -
@ustk said in Where's my reverb?:
there's another typo
HUH? That's so deep in the JUCE codebase that I didn't even know that code exists. If it fails, it must have something to do with your XCode versions. What OS version and XCode are you using?
-
@Christoph-Hart Weird...
- 10.13.6 High Sierra
- XCode 8.3.3 (8E3004b)
-
Nevermind, it was indeed an issue here - I remember running a search and replace during refactoring, and this was also accidentally renamed, so all good with your OS :)