View Issue Details

IDProjectCategoryView StatusLast Update
0008027ardourfeaturespublic2020-04-20 01:00
Reporterdhealey Assigned Tox42  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionno change required 
PlatformGNU/LinuxOSLinux MintOS Version19.3
Product Version6.0-pre1 
Summary0008027: VAMP Pyin
DescriptionCould you add the VAMP pyin plugin to the A6 installer? I'm using it with a couple of auto-tune/pitch shift scripts.
TagsNo tags attached.

Activities

x42

2020-04-19 23:00

administrator   ~0023818

Vamp Pyin is already included. There is libardourvamppyin.{so|dll|dylib} deployed.

x42

2020-04-19 23:10

administrator   ~0023819

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>

dhealey

2020-04-20 00:51

reporter   ~0023820

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!

Issue History

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