View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008661 | ardour | features | public | 2021-04-11 09:16 | 2024-06-08 11:14 |
Reporter | DonJaime | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | won't fix | ||
Summary | 0008661: Gracefully ignore unknown plugin port types | ||||
Description | Some plugins have CV signal ports, which Ardour can't handle, but still provide useful signals on other ports. For example, the midimsg plugins (https://github.com/blablack/midimsg-lv2) can turn incoming MIDI messages into other MIDI messages (useful) and/or CV signals (no use in Ardour). Ardour refuses to insert these plugins. It would be useful if Ardour would insert the plugin and let me use the usable ports. It could either completely ignore the unusable ports or (for forward compatibility) show them in the GUI but not allow connections. MIDI and audio ports are already shown in different colours and can't be connected to each other; unusable ports could be a sad dead grey, for example. | ||||
Steps To Reproduce | Try to insert one of these plugins in Ardour. Dialog: The plugin "...." could not be loaded See the Log window for more details (maybe) And in the Log window: [ERROR]: LV2: "...." port 4 has no known data type | ||||
Tags | No tags attached. | ||||
related to | 0007886 | new | Support for the recording/editing CV signal? |
|
Apparently this is not doable. (https://discourse.ardour.org/t/mdaepiano-port-0-has-now-known-data-type/110310/7?u=donjaime) |