So close to Rubberband-ing
-
Hello old friends.
I have a real-time pitch-shifter working completely in HISE using Rubberband, but unfortunately it's throwing all kinds of strange errors when it comes time to export the .VST:
ChatGPT seems to think it has something to do with the Rubberband library using
#include windows.h>
before the JUCE stuff, which is causing clashes.Christoph also mentioned:
@Christoph-Hart said in Connecting Rubberband Library for use in HISE:
Just looked at their repo and it seems that they have a single .cpp file that you can add. Just include that in your node file and you should be good (you might have to adapt some Rubberband compiler flags to enable a single translation unit build).
If anyone can help me finish this one, I'll post the full writeup for it on the forum