Closed ScrawnyPetauro closed 1 year ago
Did you get ardour to rescan for new plugins? (Ardour 7.2 can see the rakarrackplus plugins here)
@trebmuh yeah, I did rescan for plugins, but nothing shows...
You can then look at Ardour's console log to see what it's grumbling about and copy/paste it here.
I uninstalled and recompiled just in case and the result doesn't change. Ardour log isn't much help either, except something about DrumGizmo (which works perfectly anyway).
On that note, DrumGizmo's lv2 in installed in ~/.lv2 can that make a difference?
2023-01-02T18:18:31 [INFO]: Scanning folders for bundled LV2s: /usr/local/lib/ardour7/LV2
2023-01-02T18:18:31 [WARNING]: Video-monitor 'xjadeo' was not found. Please install http://xjadeo.sf.net/ (a custom path to xjadeo can be specified by setting the XJREMOTE environment variable. It should point to an application compatible with xjadeo's remote-control interface 'xjremote').
see also http://manual.ardour.org/video-timeline/setup/
2023-01-02T18:18:31 [INFO]: Loading menus from /usr/local/etc/ardour7/ardour.menus
2023-01-02T18:18:32 [INFO]: LV2: update midnam for plugin 'DrumGizmo'
2023-01-02T18:18:32 [WARNING]: LV2: Plugin 'DrumGizmo' has inline-display extension without lv2:extensionData meta-data
2023-01-02T18:18:33 [WARNING]: Falling back to Reasonable Synth for Midi Audition
2023-01-02T18:18:33 [INFO]: Removing MIDI patch file custom:DrumGizmo:0x7f70cc2e3010
2023-01-02T18:18:33 [INFO]: LV2: update midnam for plugin 'DrumGizmo'
2023-01-02T18:18:33 [INFO]: Loading user ui scripts file /home/ScrawnyPetauro/.config/ardour7/ui_scripts
2023-01-02T18:18:33 [INFO]: Loading plugin order file /home/ScrawnyPetauro/.config/ardour7/plugin_metadata/plugin_order
2023-01-02T18:18:35 [INFO]: Loading history from /home/ScrawnyPetauro/Music/Test/Test.history
2023-01-02T18:18:35 [INFO]: Test: no history file "/home/ScrawnyPetauro/Music/Test/Test.history" for this session.
what is the result of: env |grep PATH
?
$ env |grep PATH
MANPATH=/usr/share/lmod/lmod/share/man:
MODULEPATH_ROOT=/usr/share/modulefiles
PATH=/home/***myusername***/gems/bin:/home/***myusername***/gems/bin:/home/***myusername***/.local/bin:/home/***myusername***/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/***myusername***/.dotnet/tools
MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core
Then it looks Ardour doesn't know where to search for those plugins.
Hence, moving them to ~/.lv2/
can be a good idea. Alternatively, you can tell Ardour to look into /usr/local/lib/lv2/
.
moved to ~/.lv2/
and working fine now. Thanks!
@trebmuh Thank You!!!
@Stazed : you're welcome. I return the thanks for this wonderful nugget that is R+.
Hiya there!
So I compiled and everything works wonderfully in the standalone application, but I can't get Ardour 7 to see the LV2.
It is correctly installed in
usr/local/lib/lv2
, tried to copy the folder to/usr/lib/lv2/
but still no success.Any ideas on how to solve this?
Thanks!