DISTRHO / Cardinal

Virtual modular synthesizer plugin
https://cardinal.kx.studio/
GNU General Public License v3.0
2.22k stars 153 forks source link

main Cardinal is faulty in Ardour Plugin Manager #499

Closed magnetophon closed 1 year ago

magnetophon commented 1 year ago

It's only the main version, both the synth and the FX version work just fine. All three versions work in jalv.gtk, so this could also be an Ardour bug. How do I find out?

The error is:

RI: https://distrho.kx.studio/plugins/cardinal

Bundle: file:///home/bart/.nix-profile/lib/lv2/Cardinal.lv2/

LV2 Category: 'Plugin'

Port 8 ('CV Input 1') has no known data type
Port 9 ('CV Input 2') has no known data type
Port 10 ('CV Input 3') has no known data type
Port 11 ('CV Input 4') has no known data type
Port 12 ('CV Input 5') has no known data type
Port 13 ('CV Input 6') has no known data type
Port 14 ('CV Input 7') has no known data type
Port 15 ('CV Input 8') has no known data type
Port 16 ('CV Input 9') has no known data type
Port 17 ('CV Input 10') has no known data type
Port 26 ('CV Output 1') has no known data type
Port 27 ('CV Output 2') has no known data type
Port 28 ('CV Output 3') has no known data type
Port 29 ('CV Output 4') has no known data type
Port 30 ('CV Output 5') has no known data type
Port 31 ('CV Output 6') has no known data type
Port 32 ('CV Output 7') has no known data type
Port 33 ('CV Output 8') has no known data type
Port 34 ('CV Output 9') has no known data type
Port 35 ('CV Output 10') has no known data type
falkTX commented 1 year ago

Known Ardour bug, it does not support CV ports even if those are marked optional.

magnetophon commented 1 year ago

Thanks for the quick reply!