[LAU] Sort (at least LV2) plugins by type

Paul Davis paul at linuxaudiosystems.com
Fri Mar 11 20:58:30 UTC 2016


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 at linuxaudiosystems.com>
wrote:

> foreach plugin in `lv2ls`
> do
>          lv2info $plugin
> done
>
>
> On Fri, Mar 11, 2016 at 3:42 PM, Philip Yassin <philcm at 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 at lists.linuxaudio.org
>> http://lists.linuxaudio.org/listinfo/linux-audio-user
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20160311/2d6be246/attachment.html>


More information about the Linux-audio-user mailing list