steinbergmedia / vst3sdk

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

FEATURE REQUEST: Host Examples #101

Open mightgoyardstill opened 1 year ago

mightgoyardstill commented 1 year ago

Hi, Would it be possible to request a self-contained simple host example?

As a newcomer, I'm really interested in learning to develop audio software using the vst3sdk but I am finding the current host examples extremely difficult to work with.

I have gone through the tutorials on the github.io page but they aren't very clear and some of the explanations assume a certain level of knowledge which as a newcomer, can feel very disheartening.

something i've found particularly confusing is how examples are included in the sdk under a "samples" folder and not part of an examples folder?

i've also noticed how some of these examples include headers from other host examples? the audiohost includes headers from the editorhost?