qtractor

Description

Qtractor - A MIDI/Audio multi-track sequencer

VTQ_PATH variable implementation

Forums

Hi Rui:
QSS stylesheets require absolute paths for images.
I have decided to add the VTQ_PATH variable to the VTQ format.

This allows you to include image backgrounds. Also extra icons for QT elements such as the arrows of the QAbstractSpinBox, QCombox, etc.

Example:
qtractorPluginListView {
background: url(VTQ_PATH/Tecnico_Images/shelves.png);
}

Copying and pasting clip properties

Forums

This is just an idea to consider or not.

I've been thinking about how to set up the ability to assign properties to clips as a group.
I think that if you copy the properties of a clip, it would be feasible to make all the selected clips assign the property by copying and pasting properties.

Tip: Lyrics and Markers in sequencer

Forums


Empty MIDI clips can be used to insert Lyrics and Markers to structure the project. I know Qtractor has Markers, but they are more useful for time changes than for flexible structuring when planning the project.

The only problem is that you cannot directly access the MIDI clip properties without going through the editor.

You can change the size of the clip text with QSS:
qtractorTrackView {
font-size: 14px;
font-weight: bold;
}

How to - 12 Automate Buses and Others Using Layers

Forums

I have tried to be as clear as possible, both in the construction of the template and in the tutorial.

I don't know if I have succeeded.
I will wait a few days before indexing it to the general index and to the "How to" index so that you can review it if you want.

Any suggestions for improvement will be listened to.

https://sourceforge.net/p/qtractor/wiki/How%20To%20-%2012%20Automate%20…

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