Page 1 of 1

[ANN] Qtractor 0.9.11 - The Mauerfall'30 Release

Posted: Sat Nov 09, 2019 10:21 am
by rncbc
Hallo!

Not making history or a revolution but as peaceful as thirty years ago ;)
  • Qtractor 0.9.11 (mauerfall'30) is out!
And the change-log goes as follows:

- MIDI Instrument and patch, bank and program names are now correctly updated on their respective track-list (left pane) columns.
- Avoid copying/replicating dirty MIDI clip files, for yet untitled/scratch sessions.
- Transport/Backward commands now honoring edit-tail, loop-end and punch-out points, when playback is not rolling.
- A session name (sub-)directory is now suggested on every new session properties dialog.
- Avoid adding any extraneous clip replica when Ctrl+dragging on either of its edges.
- When using autotools and ./configure --with-qt=..., it is also necessary to adjust the PKG_CONFIG_PATH environment variable (after a merge request by plcl aka. Pedro López-Cabanillas, while on qmidinet, thanks).
- Fixing a potential crash-effect in switching MIDI output buses on tracks that are set to show audio output monitoring meters, is on going still.

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:
http://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 (help wanted!):
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/2054


Enjoy && Keep the fun.
--
rncbc aka Rui Nuno Capela

Re: [ANN] Qtractor 0.9.11 - The Mauerfall'30 Release

Posted: Sat Nov 09, 2019 3:47 pm
by funkmuscle
Awesome work Rui. Thank you.
Quick question, how do I fan out plugins with multi channels like DrumGizmo into individual tracks for each instrument of the drumkits when recording the midi drum track to .wav?

Re: [ANN] Qtractor 0.9.11 - The Mauerfall'30 Release

Posted: Sat Nov 09, 2019 4:51 pm
by rncbc
funkmuscle wrote:Quick question, how do I fan out plugins with multi channels like DrumGizmo into individual tracks for each instrument of the drumkits when recording the midi drum track to .wav?
you create a new audio output bus with as many channels as the DG;
on the MIDI track (or bus) where the DG is inserted, plugin list right-click (context-)menu > Audio > select here the new audio bus;
however this might not be useful in any way but just fanning out DG with as many JACK audio output ports to be processed outboard perhaps; to use DG effectively in qtractor you better resort to use its integrated mix-down to stereo, AFAICT the option it's been there in DG somewhere, according to what deva aka Bent Bisballe Nyeng once told me a couple of years ago:)
hth.
cheers

Re: [ANN] Qtractor 0.9.11 - The Mauerfall'30 Release

Posted: Sat Nov 09, 2019 5:20 pm
by funkmuscle
oh ok Rui. Thank you

Re: [ANN] Qtractor 0.9.11 - The Mauerfall'30 Release

Posted: Sat Nov 09, 2019 8:15 pm
by bluebell
EDIT: stupid me. Of course you can connect the outputs of the "many channels bus" as appropriate to several buses (should be duplex) to process the different channels differently.
rncbc wrote:
funkmuscle wrote:Quick question, how do I fan out plugins with multi channels like DrumGizmo into individual tracks for each instrument of the drumkits when recording the midi drum track to .wav?
you create a new audio output bus with as many channels as the DG;
on the MIDI track (or bus) where the DG is inserted, plugin list right-click (context-)menu > Audio > select here the new audio bus;
however this might not be useful in any way but just fanning out DG with as many JACK audio output ports to be processed outboard perhaps; to use DG effectively in qtractor you better resort to use its integrated mix-down to stereo, AFAICT the option it's been there in DG somewhere, according to what deva aka Bent Bisballe Nyeng once told me a couple of years ago:)
hth.
cheers
You can add an INSERT into this new audio bus. Then you can use the INSERT SEND to connect different channels to separate buses, say a bus for the kick, a bus for the stereo overheads and so on. You should then set the DRY and WET faders to 0.

Most people will want to use a reverb on the snare and toms but not on the kick.