I’m able to produce a VST plugin instrument which works well in my DAW Ardour, but the plugin appears to be a VST2.x. How can I produce au VST3 plugin ? The menu don’t have this option (Export plugin > Export as VST Synth Plugin). I’m using Cabbage 2.9 with Ubuntu 22.04.
[Info]: Scanning: /home/thierry/MusicWorkspace/Cabbage/Instr/Synth/Flute1/Flute1.so
Resetting csound ...
csound = 0x(nil)
initAllCsoundChannels (ValueTree cabbageData) ...
csound = 0x0x560c6bf73eb0
handle = 0x0x560c6bf8e7a0
initAllCsoundChannels (ValueTree cabbageData) - done
[Info]: Found Plugin: 'def1' Flute1
[Info]: Touch cachefile: set mtime = 1696624066 (2023-10-06 22:27:46), plugin mtime = 1693511539 (2023-08-31 21:52:19)
<VST2Cache version="1" binary="/home/thierry/MusicWorkspace/Cabbage/Instr/Synth/Flute1/Flute1.so" arch="x86_64">
<VST2Info id="828794212" name="Flute1" creator="CabbageAudio" category="Instrument" version="" n_inputs="2" n_outputs="2" n_midi_inputs="1" n_midi_outputs="1" is_instrument="1" can_process_replace="1" has_editor="1">
</VST2Info>
</VST2Cache>
[Info]: Saved VST2 plugin cache to /home/thierry/.cache/ardour7/vst/1f0869fec7851e475b21632f07fb6a81c778262e-x64.v2i
Thank you.