steinbergmedia / vst3sdk

VST 3 Plug-In SDK
Other
1.57k stars 162 forks source link

where is the helloworld template? #113

Closed recallmenot closed 7 months ago

recallmenot commented 1 year ago

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
recallmenot commented 1 year ago

ah, it's in a separate repo! You may want to add the link to the tutorial.