Re: Sort (at least LV2) plugins by type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/11/2016 10:42 PM, Philip Yassin wrote:
> But... I seem to only get "Plugin" and "" are the former instruments,
> and the latter FX?

no, you're supposed to get a whole range of Classes: Filter, Modulator,
Expander, Compressor,... and Instrument

http://lv2plug.in/ns/lv2core/ has the complete list.

#/bin/bash
for plugin in `lv2ls`; do
   printf "%-80s" "$plugin";
   lv2info "$plugin" \
   | grep Class: \
   | grep -v http \
   | awk '//{print $2}';
done \
| grep Instrument


here prints:

http://drobilla.net/plugins/mda/DX10                 Instrument
http://drobilla.net/plugins/mda/EPiano               Instrument
http://drobilla.net/plugins/mda/JX10                 Instrument
[...]


_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user



[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux