jack_capture
============
jack_capture is a program for recording soundfiles with jack. Its default
operation is to capture whatever sound is going out to your speakers into
a file. (But it can do a number of other operations as well...)
Screenshot:
http://www.notam02.no/arkiv/src/jack_capture.png
http://www.notam02.no/arkiv/src/?M=D
0.9.7 -> 0.9.10:
*Fixed segfault in case the --channels / -c argument is higher
than the number of ports which is possible to connect to.
*Added a terminal vu meter by default. It'll also display red
in case the recorded jack value is equal to or higher than 1.0.
Use "-dv" to disable.
*Added the --meterbridge / -mb option, which automatically
starts Steve Harris' meterbridge (
http://plugin.org.uk/meterbridge/)
and constantly connects them to the same ports as jack_capture
is connected to.
*Added the --write-to-stdout / -ws option which writes 16 bit little
endian sound to stdout. Code made by looking at jack-stdout.c by Robin
Gareus.
*Added the --print-formats / -pf option.
*Replaced jack_client_new() with jack_client_open()
Snd-ls V0.9.8.16
================
Snd-ls is a distribution of Bill Schottstaedt's sound editor SND.
(
http://ccrma.stanford.edu/software/snd/)
Its target is people that don't know scheme very well, and don't want
to spend too much time configuring Snd. It can also serve
as a quick introduction to Snd and how it can be set up.
Snd-ls also serves as base code for the San-Dysth softsynth
(
http://www.notam02.no/~kjetism/sandysth/) and the Snd-rt music
programming language (
http://www.notam02.no/arkiv/doc/snd-rt)
http://www.notam02.no/arkiv/src/snd/
0.9.8.13 -> 0.9.8.16:
*Fixed definstrument and faust.
*Removed deprecated CAIRO_FONT_TYPE_ATSUI
*Updated <slider> in snd-rt, <slider> in gui.
(bugs reported by "border")
*Fixed definstrument.
*Replaced jack_client_new with jack_client_open