It's a fork of seq24 (which is a fork of the original seq24).
This a GTKMM-3 version with many enhancements.
Beginning with version 2.2.0 JACK MIDI has been added and can be selected from:
File/Options.../MIDI Input/Backend tab.
Or from command line with:
seq42 -b 1Also a Help/Manual dialog has been added for additional information.
Beginning with version 2.0.0 seq32 has been ported to Gtkmm-3.
New colors.
The build system has been moved to CMAKE.
Additional editing features.
NSM support now has optional gui, and dirty flag.
The dependencies are:
- cmake
- Gtkmm-3.0
- Jackd
- libasound2
- liblo (NSM support)
- librt
- webkit2gtk-4.0 or webkit2gtk-4.1 (Help Display)
Additional dependencies required by Gtkmm-3
- sigc++-2.0
- glibmm-2.4
- cairomm-1.0
- pangomm-1.4
- atkmm-1.6
For compiling you will also need the development packages for the above dependencies.
Using CMAKE:
mkdir build
cd build
cmake ..
make
make install (as root)To remove:
make uninstall (as root)PVS-Studio - static analyzer for C, C++, C#, and Java code.