qtractor

Description

Qtractor - A MIDI/Audio multi-track sequencer

Bus automation using track automation

Forums

Is it possible to automate buses with the Qtractor automation tool?
Of course, Qtractor offers you enough modules so that you can do almost anything possible.
You just have to create the way (the workflow) to achieve it.
You just have to combine the automation tool with the CC control tool.

(As a transmitter event we have the 7 volume and the 10 panning. I will continue investigating how to use more. On the other hand, the receiver can be any element on the bus)
*See P.S. 2

PPA and Linux Mint / 24.04

Forums

Hi Rui,

my Linux Mint (24.04 based) system with the PPA does no longer get the actual version of qtractor because of librubberband3:
The following packages have unmet dependencies:
qtractor : Depends: librubberband3 but it is not installable
E: Unable to correct problems, you have held broken packages.

Is there a way to use Linux Mint with your PPA?

Frank

G3N Branch

Forums

Hi, Rui:
I propose to rename it to "collaborations" or something equivalent that makes clearer the generic functionality of a place where anyone can collaborate without putting the master or development branches at risk.

Honestly, I'm a bit embarrassed, and it doesn't make much sense when I'm not able to contribute due to knowledge limitations.

Apply Crossfade on selected clips in multiple tracks

Forums

Yesterday I did some heavy editing including clips in choir tracks (similar clips in multiple tracks).
It would be cool if crossfade was applied on the selected clips in multiple tracks, similar to mute and split.

Uncrossfade (Fade in and out set to 0) would be helpful, too.

Prepend [Mute] instead of appending

Forums

I think that the mute information is more important than the clip name. So I suggest prepending "[Mute]" instead of appending to make it visible even on short clips.

It's in qtractorClip.cpp at QString qtractorClip::clipTitle

I use

sClipTitle = QObject::tr(" [Mute]") + std::move(sClipTitle);

instead of

sClipTitle += QObject::tr(" [Mute]");

Since I have lots of short clips I would even prefer "[M]" instead of "[Mute]".