View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008316 | ardour | bugs | public | 2020-07-18 13:45 | 2020-07-23 16:24 |
Reporter | unfa | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Product Version | 6.2 | ||||
Summary | 0008316: instrument plug-ins with audio inputs are not listed in the Add Track/Bus/VCA instrument plug-in list | ||||
Description | Creating a MIDI track with the Surge synthesizer is not as easy as with say - Helm or Zyn-Fusion. Surge has aux audio input for vocoder effect, but I think Ardour gets thrown off by this and doesn't include it in the instrument list, even though the plug-in is available in the | ||||
Steps To Reproduce | 1. install Surge plug-in 2. Attempt to add a MIDI track with it 3. Realize it's not on the list in the Add track/Bus/VCA dialog 4. Revert to creating a MIDI track with whatever inhttps://youtu.be/bfTAKv4htDEstrument and replace it afterwards | ||||
Tags | Midi, PLugins | ||||
|
our definition for "is an instrument": (n_inputs.n_midi() != 0) && (n_outputs.n_audio() > 0) && (n_inputs.n_audio() == 0); for VST plugins, since they come with developer-provided categories, we also check the plugins own "is instrument" setting. |
|
Yeah, that's exactly what I would expect. Surge LV2 also is tagged an an instrument, so I guess it should be easy to correct this, what do you think? |
|
We could look at the "ardour-level" tags too, I suppose. |
|
Thanks! I got very confused by this at first and I expect other users will be too, so if we can sort it out for them - that'd be great. |
|
We also use plugin categories as defined by upstream: For LV2: http://lv2plug.in/ns/lv2core#InstrumentPlugin and VST's with effFlagsIsSynth |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-07-18 13:45 | unfa | New Issue | |
2020-07-18 13:45 | unfa | Tag Attached: Midi | |
2020-07-18 13:45 | unfa | Tag Attached: PLugins | |
2020-07-18 13:52 | paul | Note Added: 0024760 | |
2020-07-18 13:55 | unfa | File Added: Screenshot_20200718_155416.png | |
2020-07-18 13:55 | unfa | Note Added: 0024761 | |
2020-07-18 13:57 | paul | Note Added: 0024762 | |
2020-07-18 14:02 | unfa | Note Added: 0024763 | |
2020-07-23 16:23 | x42 | Note Added: 0024795 | |
2020-07-23 16:24 | x42 | Note Edited: 0024795 |