Asher

Results 44 comments of Asher

Apparently VST 2 is a dependency here, and VST 2 SDK is no longer available. If that is accurate, vst.cpp should be removed from Faust. If that is not accurate,...

Following instructions from https://hal.archives-ouvertes.fr/hal-02158978/file/building-faust-cmake.pdf and using https://www.steinberg.net/vst3sdk downloaded vst-sdk_3.7.6_build-18_2022-09-05.zip. However, following the suggestion to rename sdk3 as 2.4 results in: ``` (clang-16: fatal error: no such file or directory: '/usr/local/include/vstsdk2.4/public.sdk/source/vst2.x/audioeffect.cpp')...

OK— so VST should be removed? Does this also apply to faustvst.cpp?

I would like to get the current code base separated out— 1. based on layers of implementation 2. based on current vs deprecated vs needs updates. Right now there is...

@sletz Very helpful clarification, thank you!

Additionally, it needs a note that the point of code snippit is to show that environment doesn't have to be named, but that syntax is only valid for the given...

I was planning on making some updates as you suggested, just haven't gotten there yet because I'm still working on the parser. Will do that next!