JanWilczek / audio-plugin-template

A template repository that you can use for creating audio plugins with the JUCE C++ framework. It is based on CMake, uses CPM package manager, the JUCE C++ framework (obviously), and the GoogleTest framework. All of these are easy to change on demand. You can also base off your new repo off this template because the setup is very simple.
78 stars 6 forks source link

No Output after FORMATS declaration #7

Open 6rube opened 1 month ago

6rube commented 1 month ago

I got everything building with no errors but even after defining FORMATS to VST3 in CMakeLists.txt there is no vst3 output.

JanWilczek commented 2 weeks ago
  1. Have you re-run the configuration steps after changing the formats?
  2. In its current setup, the VST3 plugin should be built. What is the structure of your binary ("build") folder after building the project?