On 07/04/2012 07:55 PM, Kjetil Matheussen wrote:
Radium is a free (as in speech) music editor with a novel interface. It's inspired by trackers, but has fewer limitations and uses graphics to show musical data. The development of Radium started in 1999 on the Amiga platform. Since then it has been ported to Linux. Features: Sound effects automation Tempo automation Velocity automation Polyphonic tracks Unlimited number of tracks. Unlimited number of lines. Unlimited note, tempo, and effect precision. Undo/Redo Zoom in/out. Import standard midi files and MMD2/MMD3 modules Note sequence effects such as transpose, quantitize, glizzando, invert and reverse. Support for Jack MIDI and ALSA MIDI. (Both at the same time.) Configurable key bindings, menues, fonts, and colors. Extension language support. Write programs that generates music or modifies your songs http://users.notam02.no/~kjetism/radium/
Attached a patch to compile it on a recent Debian-based system. Radium looks good! Definitely worth checking out.
Best, Jeremy
--- Makefile.Qt.orig 2012-07-05 12:27:21.000000000 +0200 +++ Makefile.Qt 2012-07-05 12:18:47.000000000 +0200 @@ -15,7 +15,8 @@ # If using QT3 (recommended), QTDIR must point to a directory containing Qt at least V3. (no trailing slash!) -QTDIR=/usr/lib/qt-3.3 +#QTDIR=/usr/lib/qt-3.3 +QTDIR=/usr/share/qt3 #QTDIR=/usr/lib64/qt-3.3 @@ -75,7 +76,8 @@ #-O3 #-O -UPOPT=-c $(OPTIMIZE) $(DEBUG) -Wall -Werror $(DEFINES) -D$(BUILDTYPE) -I$(GCDIR)/include -I/usr/X11R6/include -I$(P) -I$(PYPATH) -DGUIISQT $(MIDIINC) -DUSE_GFX_OP_QUEUE -I/home/kjetil/site/include -fPIC +#UPOPT=-c $(OPTIMIZE) $(DEBUG) -Wall -Werror $(DEFINES) -D$(BUILDTYPE) -I$(GCDIR)/include -I/usr/X11R6/include -I$(P) -I$(PYPATH) -DGUIISQT $(MIDIINC) -DUSE_GFX_OP_QUEUE -I/home/kjetil/site/include -fPIC +UPOPT=-c $(OPTIMIZE) $(DEBUG) -Wall $(DEFINES) -D$(BUILDTYPE) -I$(GCDIR)/include -I/usr/X11R6/include -I$(P) -I$(PYPATH) -DGUIISQT $(MIDIINC) -DUSE_GFX_OP_QUEUE -fPIC # -pg OPT= $(UPOPT)
_______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/listinfo/linux-audio-user