After implementing the possibility to add attributes to a processing, and then retrieve data based on an attribute, next step was to use that functionality in NetworkEditor and create a plain lookup of processings.<br>All the load logic has changed for LADSPA, so now class LadspaPluginExplorer is not static, but it has some method to load plugins from a path.
<br>The most significant thing is the call for a specific attribute in the ProcessingTree class.<br><br>Must check integrity, sanity and structure of the new code, but at least it's a first approach.<br>