jack_oscrolloscope is a simple waveform viewer for JACK. The waveform is displayed in realtime, so you can always see the signal the instant it comes through JACK's input port.
jack_oscrolloscope-0.6.tar.gz (2008-09-18)
openSUSE (from Packman)
Ubuntu (PPA)
In the jack_oscrolloscope source directory, run:
make
and then, as root:
make install
or, to install somewhere else than /usr/local, e.g. /usr:
make PREFIX=/usr install
jack_oscrolloscope [ options ] [ port1 port2 ... ] -N <name> JACK client name -n <number> number of input ports -d <seconds> duration of audio being displayed (default 5s) -c indicate clipping -s disable scrolling -x <pixels> set window width -y <pixels> set window height -g use OpenGL for drawing -f <fps> video frames per second (default 50, 0=unlimited/vsync) -h show this help
You can put default options into the config file ~/.jack_oscrolloscoperc. This file should consist of one single line, with the options just like you would have entered them on the command line.
Options given on the command line override those in the config file. To override options which take no arguments, append 0. E.g. to override "-s", use "-s0".
Port arguments are not yet supported in the config file.
Unfortunately, with SDL, scrolling currently can't be hardware accelerated on X11. If this is an issue, use OpenGL (-g), disable scrolling (-s), or reduce the window size / number of tracks.
If scrolling is not as smooth as it ought to be, you should...
You may want to put "-g -f 0" into your ~/.jack_oscrolloscoperc.
Do not use -f 0 unless vsync is actually working, as that would only cause a useless
waste of CPU cycles.