This patch will allow any user to see in the Processing Tree, under the
Dummy Ladspa branch, all plugins available in the "/usr/lib/ladspa"
directory.<br>
Also, it will output in the console, all information relative to all the plugins loaded.<br>
And, if you drag&drop any plugin from the Tree to the console, it will show you the ID generated for the plugin.<br>
<br>
updates:<br>
+ (done) early support for libraries (through map and list)<br>
+ (done) complementary data in the QTreeWidgetItem<br>
+ (done) ID for ladspa tokenized with '|'<br>
+ first steps to instantiate using NetworkCanvas::addProcessing