if you're checking out from a git working tree, you'll need to pull in the vst3 and clap modules; for just that you might have to issue the following command:
git submodule update --init --recursive
at least once from the top source tree and then, drop the --init option after that first time and whenever those modules might get updated later on.
hi,
if you're checking out from a git working tree, you'll need to pull in the
vst3andclapmodules; for just that you might have to issue the following command:git submodule update --init --recursiveat least once from the top source tree and then, drop the
--initoption after that first time and whenever those modules might get updated later on.hth.