<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    GUI version ;p<br>
    <br>
    <tt>#!/usr/bin/env bash</tt><tt><br>
    </tt><tt><br>
    </tt><tt>selection=$(zenity --list --hide-column=3
      --print-column=ALL --separator="|" --title="LV2 Plugins"
      --column=Type --column=Name --column=URI < \</tt><tt><br>
    </tt><tt>    <(for plugin in $(lv2ls); do</tt><tt><br>
    </tt><tt>    NAME=$(lv2info "$plugin" | grep 'Name:' | grep -v http
      | awk '{print $0;exit}')</tt><tt><br>
    </tt><tt>    CLASS=$(lv2info "$plugin" | grep 'Class:' | grep -v
      http | awk '{print $2;exit}')</tt><tt><br>
    </tt><tt>    ICN=$(lv2info "$plugin" | grep 'Class:' | grep -v http
      | awk '{print $2;exit}')</tt><tt><br>
    </tt><tt>    echo ${CLASS}</tt><tt><br>
    </tt><tt>    echo ${NAME#*:}</tt><tt><br>
    </tt><tt>    echo ${plugin}</tt><tt><br>
    </tt><tt>done))</tt><tt><br>
    </tt><tt><br>
    </tt><tt>rmpipe=${selection#*|}</tt><tt><br>
    </tt><tt><br>
    </tt><tt>URI=${selection##*|}</tt><tt><br>
    </tt><tt>Type=${selection%%|*}</tt><tt><br>
    </tt><tt>Name=${rmpipe%%|*}</tt><tt><br>
    </tt><tt><br>
    </tt><tt># echo -e "type\t$Type URI\t$URI NAME\t$Name"</tt><tt><br>
    </tt><tt><br>
    </tt><tt>[[ $? ]] && jalv.gtkmm ${URI} || echo "Bye!"</tt><tt><br>
    </tt><br>
    <br>
    <div class="moz-cite-prefix">On 03/12/2016 01:43 AM, Philip Yassin
      wrote:<br>
    </div>
    <blockquote cite="mid:56E37455.5070909@gnu.org" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      Final version<br>
      <br>
      <tt>for plugin in $(lv2ls); do</tt><tt><br>
      </tt><tt>    NAME=$(lv2info "$plugin" | grep 'Name:' | grep -v
        http | awk '//{print $0;exit}')</tt><tt><br>
      </tt><tt>    CLASS=$(lv2info "$plugin" | grep 'Class:' | grep -v
        http | awk '//{print $2;exit}')</tt><tt><br>
      </tt><tt>    [[ "${CLASS}" = "Instrument" ]] && tput setaf
        1 || tput setaf 3</tt><tt><br>
      </tt><tt>    printf "%-20s" ${CLASS}</tt><tt><br>
      </tt><tt>    tput setaf 2 ; echo ${NAME#*:}</tt><tt><br>
      </tt><tt>done</tt><br>
      <br>
      Yes, it's slow as a late november day because I had to run lv2info
      twice because I'm a bad shell programmer ; notice how just the URI
      can be sometimes quite uninformative :p<br>
      <br>
      pY<br>
      <br>
      <div class="moz-cite-prefix">On 03/11/2016 10:31 PM, Philip Yassin
        wrote:<br>
      </div>
      <blockquote cite="mid:56E34734.60304@gnu.org" type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        Ha! That final one did it, thank all of you guys!<br>
        <tt><br>
          (...)<br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://calf.sourceforge.net/plugins/eq8">http://calf.sourceforge.net/plugins/eq8</a>                                        


          Equaliser</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://calf.sourceforge.net/plugins/mono">http://calf.sourceforge.net/plugins/mono</a>                                       


          Utility</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://code.google.com/p/lkjb-dc12/">http://code.google.com/p/lkjb-dc12/</a>                                            


          Delay</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://distrho.sf.net/plugins/3BandEQ">http://distrho.sf.net/plugins/3BandEQ</a>                                          


          Equaliser</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://distrho.sf.net/plugins/3BandSplitter">http://distrho.sf.net/plugins/3BandSplitter</a>                                    


          Equaliser</tt><tt><br>
        </tt><b><tt><a moz-do-not-send="true"
              class="moz-txt-link-freetext"
              href="http://distrho.sf.net/plugins/Kars">http://distrho.sf.net/plugins/Kars</a>                                             


            Instrument</tt></b><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://distrho.sf.net/plugins/MVerb">http://distrho.sf.net/plugins/MVerb</a>                                            


          Reverb</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://distrho.sf.net/plugins/MaBitcrush">http://distrho.sf.net/plugins/MaBitcrush</a>                                       


          Plugin</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://distrho.sf.net/plugins/MaFreeverb">http://distrho.sf.net/plugins/MaFreeverb</a>                                       


          Reverb</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://distrho.sf.net/plugins/MaGigaverb">http://distrho.sf.net/plugins/MaGigaverb</a>                                       


          Reverb</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://distrho.sf.net/plugins/MaPitchshift">http://distrho.sf.net/plugins/MaPitchshift</a>                                     


          Pitch</tt><tt><br>
        </tt><b><tt><a moz-do-not-send="true"
              class="moz-txt-link-freetext"
              href="http://distrho.sf.net/plugins/Nekobi">http://distrho.sf.net/plugins/Nekobi</a>                                           


            Instrument</tt></b><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://distrho.sf.net/plugins/PingPongPan">http://distrho.sf.net/plugins/PingPongPan</a>                                      


          Spatial</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://distrho.sf.net/plugins/ProM">http://distrho.sf.net/plugins/ProM</a>                                             


          Analyser</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://distrho.sf.net/plugins/glBars">http://distrho.sf.net/plugins/glBars</a>                                           


          Analyser</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://drobilla.net/plugins/fomp/autowah">http://drobilla.net/plugins/fomp/autowah</a>                                       


          Filter</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://drobilla.net/plugins/fomp/cs_chorus1">http://drobilla.net/plugins/fomp/cs_chorus1</a>                                    


          Chorus</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://drobilla.net/plugins/fomp/cs_chorus2">http://drobilla.net/plugins/fomp/cs_chorus2</a>                                    


          Chorus</tt><tt><br>
        </tt><tt><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://drobilla.net/plugins/fomp/cs_phaser1">http://drobilla.net/plugins/fomp/cs_phaser1</a>                                    


          Phaser</tt><tt><br>
        </tt><tt>(...)</tt><br>
        <br>
        <div class="moz-cite-prefix">On 03/11/2016 09:59 PM, Filipe
          Coelho wrote:<br>
        </div>
        <blockquote cite="mid:56E33FB6.7070908@gmail.com" type="cite">
          On 11.03.2016 22:42, Philip Yassin wrote:<br>
          <blockquote cite="mid:56E33BCF.1010502@gnu.org" type="cite">
            But... I seem to only get "Plugin" and "" are the former
            instruments, and the latter FX?<br>
          </blockquote>
          <br>
          On Debian you need to install lv2-dev, which contains the lv2
          class definitions.<br>
          <br>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
          <pre wrap="">_______________________________________________
Linux-audio-user mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.linuxaudio.org/listinfo/linux-audio-user">http://lists.linuxaudio.org/listinfo/linux-audio-user</a>
</pre>
        </blockquote>
        <br>
        <pre class="moz-signature" cols="72">-- 
Philippe "xaccrocheur" Yassin
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://manyrecords.com">http://manyrecords.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://bitbucket.org/xaccrocheur">http://bitbucket.org/xaccrocheur</a> / <a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://github.com/xaccrocheur">https://github.com/xaccrocheur</a>
</pre>
        <br>
        <br>
        <div class="moz-cite-prefix">On 03/11/2016 09:59 PM, Filipe
          Coelho wrote:<br>
        </div>
        <blockquote cite="mid:56E33FB6.7070908@gmail.com" type="cite">
          <meta content="text/html; charset=windows-1252"
            http-equiv="Content-Type">
          On 11.03.2016 22:42, Philip Yassin wrote:<br>
          <blockquote cite="mid:56E33BCF.1010502@gnu.org" type="cite">
            <meta content="text/html; charset=windows-1252"
              http-equiv="Content-Type">
            But... I seem to only get "Plugin" and "" are the former
            instruments, and the latter FX?<br>
          </blockquote>
          <br>
          On Debian you need to install lv2-dev, which contains the lv2
          class definitions.<br>
          <br>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
          <pre wrap="">_______________________________________________
Linux-audio-user mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.linuxaudio.org/listinfo/linux-audio-user">http://lists.linuxaudio.org/listinfo/linux-audio-user</a>
</pre>
        </blockquote>
        <br>
        <pre class="moz-signature" cols="72">-- 
Philippe "xaccrocheur" Yassin
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://manyrecords.com">http://manyrecords.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://bitbucket.org/xaccrocheur">http://bitbucket.org/xaccrocheur</a> / <a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://github.com/xaccrocheur">https://github.com/xaccrocheur</a>
</pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Linux-audio-user mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.linuxaudio.org/listinfo/linux-audio-user">http://lists.linuxaudio.org/listinfo/linux-audio-user</a>
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Philippe "xaccrocheur" Yassin
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://manyrecords.com">http://manyrecords.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://bitbucket.org/xaccrocheur">http://bitbucket.org/xaccrocheur</a> / <a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://github.com/xaccrocheur">https://github.com/xaccrocheur</a>
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Linux-audio-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a>
<a class="moz-txt-link-freetext" href="http://lists.linuxaudio.org/listinfo/linux-audio-user">http://lists.linuxaudio.org/listinfo/linux-audio-user</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Philippe "xaccrocheur" Yassin
<a class="moz-txt-link-freetext" href="http://manyrecords.com">http://manyrecords.com</a>
<a class="moz-txt-link-freetext" href="http://bitbucket.org/xaccrocheur">http://bitbucket.org/xaccrocheur</a> / <a class="moz-txt-link-freetext" href="https://github.com/xaccrocheur">https://github.com/xaccrocheur</a>
</pre>
  </body>
</html>