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

From: Paul Davis <paul@email-addr-hidden>
Date: Fri Mar 11 2016 - 22:58:30 EET

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@email-addr-hidden>
wrote:

> foreach plugin in `lv2ls`
> do
> lv2info $plugin
> done
>
>
> On Fri, Mar 11, 2016 at 3:42 PM, Philip Yassin <philcm@email-addr-hidden> 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@email-addr-hidden
>> http://lists.linuxaudio.org/listinfo/linux-audio-user
>>
>
>

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Sat Mar 12 00:15:02 2016

This archive was generated by hypermail 2.1.8 : Sat Mar 12 2016 - 00:15:03 EET