The "bad" NASPRO bridges
========================

This is a collection of <API>-to-LV2 bridges which work fine, but do not
completely support the original APIs.

This release contains two such bridges: a LADSPA (+ LRDF) and a DSSI one.

The LADSPA bridge supports every feature of LADSPA and LRDF except:
 * run_adding() and set_run_adding_gain() - no known LV2 extension to do that;
 * LRDF factory presets - I don't know any LADSPA plugin shipping any.

The DSSI bridge does not support:
 * GUIs;
 * MIDI programs;
 * maximum number of events per run_synth() - it is 4096, should be enough in
     most cases;
 * run_synth_adding() - as before;
 * run_multiple_synths() and run_multiple_synths_adding() - no extension to do
     that and it may also be impossible to support those.

You can always use the LADSPA_PATH, LADSPA_RDF_PATH and DSSI_PATH environment
variables for plugin and plugin data discovery locations.
