Hello,
I'm trying to code my first plugin.
I'm on latest manjaro, building the examples worked fine, so far so good.
Since project generator is not available on linux, I've been wondering where to find the helloworld template, not even grep could help me.
grep -irn helloworld
grep: vst3sdk/public.sdk/samples/vst/panner/resource/background_3x.png: Übereinstimmungen in Binärdatei
grep: vst3sdk/public.sdk/samples/vst/panner/resource/background_2x.png: Übereinstimmungen in Binärdatei
grep: vst3sdk/public.sdk/samples/vst/panner/resource/background.png: Übereinstimmungen in Binärdatei
grep: build/VST3/Debug/panner.vst3/Contents/Resources/background_3x.png: Übereinstimmungen in Binärdatei
grep: build/VST3/Debug/panner.vst3/Contents/Resources/background_2x.png: Übereinstimmungen in Binärdatei
grep: build/VST3/Debug/panner.vst3/Contents/Resources/background.png: Übereinstimmungen in Binärdatei
I got the sdk by running
mkdir VST3
cd VST3
git clone https://github.com/steinbergmedia/vst3sdk.git --recursive
Hello, I'm trying to code my first plugin. I'm on latest manjaro, building the examples worked fine, so far so good. Since project generator is not available on linux, I've been wondering where to find the helloworld template, not even grep could help me.
I got the sdk by running