Qtractor is an Audio/MIDI multi-track sequencer application written
in C++ with the Qt framework.
Target platform is Linux, where the Jack Audio Connection Kit
(JACK) for audio, and the Advanced Linux Sound Architecture
(ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux desktop audio
workstation GUI, specially dedicated to the personal home-studio.
Qtractor is free, open-source software, distributed under the terms of the
GNU General Public License (GPL)
version 2 or later.
Qtractor's already in some kind of beta stage of development and hence fully functional.
Though, the bleeding-edge development source tree is readily available from the sourceforge's public
Git repository.
Refactored Clip/Tempo Adjust.. tempo/beat-detection function to
Breakfastquay::minibpm as a submodule, in alternative to the now
being deprecated (lib)aubio.
Previous and older pre-releases, including the change log,
are also available here.
Unpack the tarball and in the extracted source directory:
cmake [-DCMAKE_INSTALL_PREFIX=prefix] -B build
cmake --build build [--parallelNjobs]
and optionally as root:
[sudo] cmake --install build
Note that the default installation path prefix is /usr/local .
Configuration
Qtractor holds its settings and configuration state per user,
in a file located as $HOME/.config/rncbc.org/Qtractor.conf.
Normally, there's no need to edit this file, as it is recreated and
rewritten everytime qtractor is run.
Bugs
Plenty still, however Qtractor may be considered in production/stable phase already.
Support
Qtractor is open source free software. For bug reports, feature
requests, discussion forums, mailling lists, or any other matter related
to the development of this piece of software, please use the
Sourceforge project page.
You can also find timely and closer contact information on my
personal web site.