Hello,
i’m new to Juce. I followed both beginner tutorials for setting up the environment and building the first simple vst3 audio plugin.
After compiling, the plugin can be loaded in Juce’s plug-in host. By double-clicking the device the “hello world” dialog shows up. so far so good.
When I copy the plugin into the default Vst3-Folder on my host/daw computer, Ableton Live is not able to scan it. It doens’t show up as an existing device in the VST3-Folder of Live. When I open Max 8 and try to load it into an vst~ object I get the error message: “no format VST3 exists”.
The environment seems to be set up fine. I can load the generated project. I can compile it without errors. I used the project-properties suggested in the tutorial:
- Poject-Type: Audio Plug-In
- Plugin Formats: VST3 (only)
- Plugin Characteristics: Plugin MIDI Input, Plugin MIDI Output
The rest is on default, like suggested. After saving and opening in Visual Studio I immediately built the project without making any modifications to it. I tried with both, debug and release configuration.
my environment:
- Windows 10 Pro 1809
- VS 2019 16.3.5 (latest)
- Latest Version of Windows 10 SDK
- Juce 5.4.4
- Ableton Live 10.1.3
- Max 8.1.0
Does anybody know how to fix this problem?
thanks and regards
NBT