This is a MIDI tracker. It's meant to be for midi. It doesnt use midi clocks, it's meant for realtime tracking(editing) while playing the patterns, just like in a tracker. The aim of this tracker is to make a midi sequencer that is used exactly like a tracker. Several people, used to composing in Impulse Tracker, got the hang of it in just minutes.
The engine is extremely flexible.. so request all kind of little features you want, and i'm probably not going to have much problem implementing.
Well, report bugs!!! Juan Linietsky! - mail to coding@reduz.com.ar
I've made some adjustments (see everything after 1st commit) to 0.4.6 (which I think is the latest version) to get it compiled.
- Current status: everything compiles except gtkmm (v1?)
$ nix-shell -p stdenv autoconf automake gtkmm2 libsigcxx alsa-lib pkg-config --command "automake --add-missing && autoreconf && ./configure && make"
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:20: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.in:20: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
interface_gtk/Makefile.am:4: warning: 'CXXFLAGS' is a user variable, you should not override it;
interface_gtk/Makefile.am:4: use 'AM_CXXFLAGS' instead
posix/Makefile.am:4: warning: 'CXXFLAGS' is a user variable, you should not override it;
posix/Makefile.am:4: use 'AM_CXXFLAGS' instead
program/Makefile.am:5: warning: 'CXXFLAGS' is a user variable, you should not override it;
program/Makefile.am:5: use 'AM_CXXFLAGS' instead
win32/Makefile.am:4: warning: 'CXXFLAGS' is a user variable, you should not override it;
win32/Makefile.am:4: use 'AM_CXXFLAGS' instead
autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:20: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:705: AM_INIT_AUTOMAKE is expanded from...
configure.in:20: the top level
configure.in:133: warning: AC_OUTPUT should be used without arguments.
configure.in:133: You should run autoupdate.
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:20: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.in:20: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
interface_gtk/Makefile.am:4: warning: 'CXXFLAGS' is a user variable, you should not override it;
interface_gtk/Makefile.am:4: use 'AM_CXXFLAGS' instead
posix/Makefile.am:4: warning: 'CXXFLAGS' is a user variable, you should not override it;
posix/Makefile.am:4: use 'AM_CXXFLAGS' instead
program/Makefile.am:5: warning: 'CXXFLAGS' is a user variable, you should not override it;
program/Makefile.am:5: use 'AM_CXXFLAGS' instead
win32/Makefile.am:4: warning: 'CXXFLAGS' is a user variable, you should not override it;
win32/Makefile.am:4: use 'AM_CXXFLAGS' instead
checking for a BSD-compatible install... /nix/store/pxf98n8dsxb6kmm0pdvc3dr3gzcqhizi-coreutils-9.3/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /nix/store/pxf98n8dsxb6kmm0pdvc3dr3gzcqhizi-coreutils-9.3/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for pkg-config... /nix/store/6pls3hsby2hkd2ladg87zdhks1pqlinm-pkg-config-wrapper-0.29.2/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sigc++-2.0 >= 2.12.1... yes
checking for gtkmm-2.0 >= 2.0.0... no
configure: error: Cannot find gtkmm-2.0