On 08/14/2014 10:46 PM, Ralf Mardorf wrote:
Hi Jeremy,
if I understand correctly, the script does provide the two headers I
own.
"unzip -j -o $sdk_zip "*aeffect*" -d $sdk_dir"
"sed -i '69s/__cdecl/\/\/__cdecl/' $sdk_dir/aeffect.h"
But it doesn't provide audioeffect.cpp. It seems to be available here:
https://raw.githubusercontent.com/CharlesHolbrow/ChuckDelay/master/public.s…
But what's about the headers:
#include "audioeffect.h"
#include "aeffeditor.h"
They don't fit to "*aeffect*".
Regards,
Ralf
Hello Ralf,
The script downloads the headers I need to build Qtractor with native
Linux VST support. That's all I need.
Jeremy