improved version with insight from robin gareus:
foreach plugin in `lv2ls`
do
echo -n "$plugin" ' ' ; lv2info "$plugin" | grep Class | awk '{ print $2; }'
done
On Fri, Mar 11, 2016 at 3:51 PM, Paul Davis <paul@linuxaudiosystems.com> wrote:
foreach plugin in `lv2ls`
do
lv2info $plugin
done
On Fri, Mar 11, 2016 at 3:42 PM, Philip Yassin <philcm@gnu.org> wrote:
Hi;
I'm trying to use jalv & friends (or anything that can be scripted to extract this info) to list my installed plugins by type.
I'm wondering how Carla and Ardour manage to sort plugins by type, like instruments & effects, because when I look in the turtle files of the LV2 plugins, it's unclear where this info is if at all?
Cheers
pY
--
Philippe "xaccrocheur" Yassin
http://manyrecords.com
http://bitbucket.org/xaccrocheur / https://github.com/xaccrocheur
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user
-- Philippe "xaccrocheur" Yassin http://manyrecords.com http://bitbucket.org/xaccrocheur / https://github.com/xaccrocheur