seq24

News:

2010-3-4
seq24-0.8.8-win32
New release for windows.
Inculdes new installer and updated gtk libs.
Includes fix for windows specific midi input failure.
Please be kind and report any problems.


2006-9-21
seq24-0.8.7-win32-beta-1
First release of win32 version.


2006-8-13
Seq24-0.8.7
Ctrl-Z Undos.
Ctrl + Select Adds to Selection.
Window Raise on Edit.
Clipboard shared among editors.
Items remain selected after edit.
Can now 'paint' notes / events in editor.
Paste buffer doesn't clear.
Added new rc file for custom named ports and CC codes (see example in tar).
Keypress Start (space) and Stop (escape).
Shift + Middle Mouse will now stretch events over range.


Download Seq24

Windows
Download: seq24-0.8.8-setup.exe


Linux
Most Linux Distros carry seq24 as a package.

Download: seq24-0.8.7.tar.gz

Requirements:

GTKmm 2.4, 2.6, 2.8
ALSA 0.9.0 (linux)
g++ 3.2.X (if building from source)

Old Linux Versions:
seq24-0.8.6.tar.gz
seq24-0.8.4.tar.gz
seq24-0.8.3.tar.gz
seq24-0.7.0.tar.gz


Linux Building / Installation:
This package uses automake and autoconf. So all you have to do to compile and install is run the following:
# ./configure
...
# make
...
# make install