>> JackAss.cpp:29:52: fatal error:
>> public.sdk/source/vst2.x/audioeffect.cpp: No such file or directory
>> #include "public.sdk/source/vst2.x/audioeffect.cpp"
>>
>> So I tried to find it in one of my old installs, but I only found
>>
>> [rocketmouse@archlinux JackAss]$ ls /mnt/suse11.2/usr/local/include/a*
>> /mnt/suse11.2/usr/local/include/aeffect.h
>> /mnt/suse11.2/usr/local/include/aeffectx.h
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