1 Release Notes for ng-jackspa version/1.0
2 ----------------------------------------
4 This is the first release of ng-jackspa, a forked continuation of
5 link:http://code.google.com/p/jackspa/[jackspa].
7 Updates since the original jackspa
8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12 - New interfaces were added: ncurses, Qt and command line.
13 - The interfaces are more elaborate, allowing one to easily switch between
14 two sets of control values and to reset the controls to their default
15 values, which is convenient for testing LADSPA plugins.
16 - A UNIX manual page ng-jackspa(1) was added.
17 - The LADSPA plugin can be specified by its label in addition to its UID.
18 - Several command line switches are now implemented, notably to set the
19 initial values or to override the default values given by the plugin.
20 - Automatically start a JACK server (if it is not already running).
21 - Several jackspa instances of the same plugin can be run simultaneously by
22 letting JACK generate a new client name if the default one is already used.
23 - The control inputs/outputs can be exported as control voltages on JACK
24 audio ports and connected to each other using standard JACK connection
25 managers; JACK peak meters can be used to visualize the control port
26 values. (In jackspa only the control outputs were exported to JACK.)
28 * New documentation files: README, BUGS, INSTALL, NEWS.
31 Fixes since the original jackspa
32 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34 jackspa was found to be fully functional, although a lot of code cleanup and
35 many fixes could be made. For a complete list of fixes see the VCS' history.
39 - Do not export output control ports as JACK audio ports by default.
40 - Accept a client name modified by JACK (if the one provided is already in
42 - Search the `$LADSPA_PATH` for plugin libraries.
43 - The graphical interfaces have scrollbars if the window size becomes too