View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008027 | ardour | features | public | 2020-04-19 22:45 | 2020-04-20 01:00 |
| Reporter | dhealey | Assigned To | x42 | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | no change required | ||
| Platform | GNU/Linux | OS | Linux Mint | OS Version | 19.3 |
| Product Version | 6.0-pre1 | ||||
| Summary | 0008027: VAMP Pyin | ||||
| Description | Could you add the VAMP pyin plugin to the A6 installer? I'm using it with a couple of auto-tune/pitch shift scripts. | ||||
| Tags | No tags attached. | ||||
|
|
Vamp Pyin is already included. There is libardourvamppyin.{so|dll|dylib} deployed. |
|
|
I just tried this with the Linux version and the pyin plugins are listed: <code> local plugins = ARDOUR.LuaAPI.Vamp.list_plugins (); for id in plugins:iter () do local vamp = ARDOUR.LuaAPI.Vamp(id, Session:nominal_sample_rate()) local vp = vamp:plugin () print (" --- VAMP Plugin ---") print ("Id:", vp:getIdentifier ()) print ("Name:", vp:getName ()) print ("Description:", vp:getDescription ()) end </code> |
|
|
Oh I see what's happened. I wrote my script before pyin was implemented and was referencing my copy of the plugin. So when I opened a fresh install of Ardour 6 the console told me it couldn't find pyin, I forgot to change the name in my script to reference the Ardour version. I just tested and the version included works fine so this request can be closed. Thanks! |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-04-19 22:45 | dhealey | New Issue | |
| 2020-04-19 23:00 | x42 | Note Added: 0023818 | |
| 2020-04-19 23:10 | x42 | Note Added: 0023819 | |
| 2020-04-19 23:18 | x42 | Assigned To | => x42 |
| 2020-04-19 23:18 | x42 | Status | new => feedback |
| 2020-04-20 00:51 | dhealey | Note Added: 0023820 | |
| 2020-04-20 00:51 | dhealey | Status | feedback => assigned |
| 2020-04-20 01:00 | x42 | Status | assigned => closed |
| 2020-04-20 01:00 | x42 | Resolution | open => no change required |