naspro
view naspro-bridges-bad/README @ 174:4f7243a606b1
Updated copyright notices and build system
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Sat May 01 21:51:33 2010 +0300 (2010-05-01) |
| parents | |
| children |
line source
1 The "bad" NASPRO bridges
2 ========================
4 This is a collection of <API>-to-LV2 bridges which work fine, but do not
5 completely support the original APIs.
7 This release contains two such bridges: a LADSPA (+ LRDF) and a DSSI one.
9 The LADSPA bridge supports every feature of LADSPA and LRDF except:
10 * run_adding() and set_run_adding_gain() - no known LV2 extension to do that;
11 * LRDF factory presets - I don't know any LADSPA plugin shipping any.
13 The DSSI bridge does not support:
14 * GUIs;
15 * MIDI programs;
16 * maximum number of events per run_synth() - it is 4096, should be enough in
17 most cases;
18 * run_synth_adding() - as before;
19 * run_multiple_synths() and run_multiple_synths_adding() - no extension to do
20 that and it may also be impossible to support those.
22 You can always use the LADSPA_PATH, LADSPA_RDF_PATH and DSSI_PATH environment
23 variables for plugin and plugin data discovery locations.
