Menu

Tree [b2d918] master /
 History

HTTPS access


File Date Author Commit
 pixmaps 2007-01-16 adamsampson adamsampson [891362] Make pixmap/application file installation more ...
 po 2011-01-09 Adam Sampson Adam Sampson [d5c344] Update translations.
 src 2010-08-10 Torben Hohn Torben Hohn [ef6cbd] Merge remote branch 'hs/master'
 AUTHORS 2006-01-07 skypher skypher [182ddc] changes for 1.4.5
 BUGS 2003-02-11 node node [fbaa5b] 1.3.0
 ChangeLog 2005-07-03 skypher skypher [58318c] sanitized DTDs
 Doxyfile 2005-06-15 skypher skypher [969c0e] Added Doxygen config and output dir docs/devel
 Makefile.am 2007-07-27 adamsampson adamsampson [3b2fb5] Add ecarack to EXTRA_DIST.
 NEWS 2011-01-09 Adam Sampson Adam Sampson [e04539] Check for an appropriate GTK version.
 README 2007-08-28 adamsampson adamsampson [9e3fe2] Fix some out-of-date information in the README.
 THANKS 2003-01-17 node node [b3268a] Initial revision
 TODO 2006-01-07 skypher skypher [182ddc] changes for 1.4.5
 WISHLIST 2006-12-02 adamsampson adamsampson [853627] Add some more wishlist items.
 autogen.sh 2006-11-10 adamsampson adamsampson [365931] Make autogen.sh just use autoreconf, and rebuil...
 configure.ac 2014-02-05 Adam Sampson Adam Sampson [b2d918] jack-rack needs to link against libm and libdl.
 ecarack 2007-07-27 adamsampson adamsampson [ed6bfc] Add ecarack.
 jack-rack.desktop 2010-12-10 Alexandre Prokoudine Alexandre Prokoudine [7b2cf0] Added Russian comment line to desktop file

Read Me

  JACK Rack README
====================

JACK Rack is a LADSPA effects rack for the JACK audio API.  It uses
GTK+ 2 (and optionally GNOME 2) for the GUI.  LADSPA version 1.1 is needed. 
In order to save rack configurations, libxml2 is needed.

It also understands LRDF XML descriptions of LADSPA plugins.  LRDF support
needs liblrdf, available from http://plugin.org.uk/lrdf/.  This in turn
needs raptor, available from http://www.redland.opensource.ac.uk/raptor/. 


 Compilation
-------------

The usual autoconf gubbins: ./configure && make && make install.  See
INSTALL for more details.


 Running
---------

Assuming you have some LADSPA plugins installed, make sure you have your
LADSPA_PATH environment variable set to include them.  If you don't have any
LADSPA plugins installed, head over to http://plugin.org.uk/ and grab Steve
Harris's excellent plugin collection.

JACK Rack searches for .rdf and .rdfs files in
/usr/local/share/ladspa/rdf and /usr/share/ladspa/rdf by default.  You can
change this search path using the LADSPA_RDF_PATH environment variable.

JACK Rack doesn't do any port connecting by default, so you might want to
use QJackConnect or jack_connect to connect it up.  Alternatively, if you
use the -i command line option, JACK Rack will try to connect its input
ports to the capture ports of whatever physical devices are in the system. 
The -o option works similarly for the outputs.

When you lock a line of controls, all but one of the controls will be
hidden.  Using the Lock button, this will be the first control. This can
hinder things if you want to use a value which isn't the first.  In this
case, you can hold down the CTRL key and click on the control you want
to remain visible.  The line will lock, but the clicked-on control will be
the visible one.  Clicking with mouse button 3 works similarly, but with
Lock All instead.

Right-clicking on plugin controls or wet/dry controls will bring up a
context menu allowing you to add MIDI controls.


 Contact
---------

See http://jack-rack.sourceforge.net/ for new versions and details of
the jack-rack mailing lists.