qtractor

Description

Qtractor - A MIDI/Audio multi-track sequencer

A strange LV2 UI thing

Forums

Greets,
One of my favorite drum synth plugins, stegosaurus, appears to have been given a new life. I compiled and installed but the LV2 UI is kinda b0rk3d when I run it from Qtractor.
stegosaurus-qtractor
Looks fine when I load the same LV2 via Carla (no extra black space at the bottom)
stegosaurus-carla
It may be worth mentioning the VST loaded via Qtractor behaves as expected.

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…