You are here

Add new comment

Thanks for the wonderful new release.

I compiled and build Qtractor 0.9.0.4git.f39c16 (off github) on Linux Mint 18.3:

sudo apt-get install make automake g++ qt5-default libjack-jackd2-dev jackd2 qjackctl alsa-base libclalsadrv2 pulseaudio-module-jack libasound2-dev libsndfile1-dev lame libmad0-dev libsamplerate0 libsamplerate0-dev lv2-dev lv2-dev liblilv-dev libqt5x11extras5-dev qttools5-dev-tools

then

cd qtractor
./autogen
./configure
make
sudo make install

WORKS: and I'm using it everyday for production.

BUG: There is a bug on Import Tracks -> MIDI where the dialog box only shows lowercase *.mid files and the dropbox shows no option to select any (*) file.

Where do I report bugs?