[ANN] Qtractor 0.9.23 - An Early-Summer'21 Release batch #3

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
User avatar
rncbc
Established Member
Posts: 1061
Joined: Mon Apr 19, 2010 12:20 pm
Has thanked: 45 times
Been thanked: 257 times
Contact:

[ANN] Qtractor 0.9.23 - An Early-Summer'21 Release batch #3

Post by rncbc »

Hello again, one third and last time...

But happy to announce yet another point release of, drum roll please...
  • Qtractor 0.9.23 (early-summer'21) is out!
Changes for this hot season are just but a few, nothing heartbreaking:
- Dropped the 'Activate' option on the plug-in Selection dialog, now being as always on by default.
- Have some tolerance for JACK buffer-size changes, only prompting to a complete session reload, if increasing in double the initial period size.
- Introducing plug-in blacklisting, on user discretion (in View/Options.../Plugins/Blacklist) and on inventory scan (crashed plug-ins are now automatically blacklisted).
- Added special support for LV2 UI GTK2 plugins based on Gtkmm 2.4 framework.
- All builds default to Qt6 (Qt >= 6.1) where available.
- CMake is now the official build system.

Image

Description:
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.

Website:
https://qtractor.org
https://qtractor.sourceforge.io
http://qtractor.sourceforge.net

Project page:
https://sourceforge.net/projects/qtractor

Downloads:
https://sourceforge.net/projects/qtractor/files

- source tarball: - source package (openSUSE Tumbleweed): - binary package (openSUSE Tumbleweed): - AppImage packages: Git repos: Wiki (outdated; help wanted, please):
https://sourceforge.net/p/qtractor/wiki/
- static rendering: - user manual & how-to's: License:
Qtractor is free, open-source Linux Audio software, distributed under the terms of the GNU General Public License (GPL) version 2 or later.


See also:
https://www.rncbc.org/drupal/node/2262


Keep the fun && Stay safe, always!
--
rncbc aka Rui Nuno Capela
User avatar
d.healey
Established Member
Posts: 610
Joined: Fri Sep 22, 2017 8:33 pm
Has thanked: 274 times
Been thanked: 100 times

Re: [ANN] Qtractor 0.9.23 - An Early-Summer'21 Release batch #3

Post by d.healey »

Woohoo! Thank you.
David Healey
YouTube - Free HISE scripting and sample library dev tutorials
Libre Wave - Freedom respecting instruments and effects.
User avatar
briandc
Established Member
Posts: 1442
Joined: Sun Apr 29, 2012 3:17 pm
Location: Italy
Has thanked: 58 times
Been thanked: 28 times
Contact:

Re: [ANN] Qtractor 0.9.23 - An Early-Summer'21 Release batch #3

Post by briandc »

Thanks rncbc! :)
An awesome suite, as always!

Brian
Have your PC your way: use linux!
My sound synthesis biome: http://www.linuxsynths.com
User avatar
TAERSH
Established Member
Posts: 455
Joined: Mon Feb 03, 2020 6:48 pm
Has thanked: 27 times
Been thanked: 21 times

Re: [ANN] Qtractor 0.9.23 - An Early-Summer'21 Release batch #3

Post by TAERSH »

- All builds default to Qt6 (Qt >= 6.1) where available.
- CMake is now the official build system.
It seems that I'm still able to compile via config and make as well as to avoid Qt6 by --disable-qt6.
Might version 1.0.0 arrive before cmake and Qt6 is strictly needed?
User avatar
rncbc
Established Member
Posts: 1061
Joined: Mon Apr 19, 2010 12:20 pm
Has thanked: 45 times
Been thanked: 257 times
Contact:

Re: [ANN] Qtractor 0.9.23 - An Early-Summer'21 Release batch #3

Post by rncbc »

TAERSH wrote: Sat Jul 10, 2021 8:59 pm
- CMake is now the official build system.
It seems that I'm still able to compile via config and make as well as to avoid Qt6 by --disable-qt6
the same with `cmake -DCONFIG_QT6=0 `...

cheers
Post Reply