jack_capture
============
jack_capture is a program for recording soundfiles with jack.
The default operation of the program is executed by writing
"jack_capture" in the terminal without any extra command line options:
$ jack_capture
...which will record what you hear in your loudspeakers into a stereo
wav file.
Download tar balls from
http://archive.notam02.no/arkiv/src/?C=M;O=D
Git repository:
https://github.com/kmatheussen/jack_capture
Changelog 0.9.69 -> 0.6.70:
* notify user about jack x-runs that occurred during recording (Robin
Gareus)
* Include timemachine documentation in README file
Radium
=======
Radium is a music editor with a new and better interface.
It's inspired by trackers, but has fewer limitations and uses graphics
to show musical data.
The advantages of this interface compared to piano rolls (the normal
sequencer interface), are that note editing is quicker, and that more
musical data fits on the screen.
The advantage of this interface compared to trackers, is that note
positions and effects are edited graphically, which is both quicker,
provides more vertical space, and gives a better musically overview.
However, despite it's unusual appearance, it's a design goal for Radium
to be straight forward to use, and easy to learn. It should not be
harder to learn Radium than any tracker or most midi sequencers.
Screenshot:
http://users.notam02.no/~kjetism/radium/pictures/radium-1-9-21.png
Homepage:
http://users.notam02.no/~kjetism/radium/
Source code repository:
https://github.com/kmatheussen/radium
Most important changes 1.9.22 -> 1.9.24:
* Write settings to disk when selecting Set Default Editor Font
* Dont crash when using MIDI menu unless the current instrument is a
midi instrument
* Workaround for bug in newer versions of libbfd, causing compilation
to fail. Patch from James Morris
* Wait to handle events until program has started.
* Remove check for jack in rt midi in check_install script.