Qtractor

Description

A MIDI/Audio multi-track sequencer

Back to an old topic: Faders and Aux Sends

Forums

I think I've found a workable way to solve the problem of not being able to use bus faders for aux sends.

Add a checkbox to the properties of the aux sends:
[ X ]Apply track/bus gain/pan values ​​to the aux send.

It would work like this:

Before applying the "send gain," it would take the current gain value (just the number) and apply the same gain formula used by the bus. The same goes for panning.

Then, the send gain of the aux send itself would be applied.

Facilitate Portability

Forums

Just sharing my progress.

Qtractor.cpp line 159:

sLocPath = (QDir(QCoreApplication::applicationDirPath()).filePath("../share/qtractor/translations")); 

This allows Qtractor to always find the translations, even if the local installation directory changes.
You just need to respect the structure: bin | lib | share.

---

QtractorOptions.cpp line 72:

Problem with Qtractor, plugin presets, and the visual display of plugins.

Forums

Problem with Qtractor, plugin presets, and the visual display of plugins.

There seems to be a problem in Qtractor with saved presets and the visual interface for the x42 plugins, zam plugins, LSP plugins, dragonfly reverb, and possibly others that I haven't noticed yet or don't use. Specifically, I've noticed it with the following LV2 plugins: x42 Compressor, x42 EQ, x42 Limiter, zam compressor and EQ, LSP Compressor and EQ, and dragonfly reverb. I think all zam and x42 plugins are affected.

Example:

Qtractor and step sequencer plugins

Forums

Hi,

I have a question about using a MIDI step sequencer.

For example:

I create a MIDI track. First, I load the step sequencer plugin, e.g., B-Step or X42 Step Sequencer 8x8, and then a sound generator that should be controlled by the step sequencer, such as SynthV1. I can select steps in the step sequencer and then hear the corresponding result from the controlled SynthV1.

[official] OSC support...

Forums

just to let you all know, after years in uber-procrastination, OSC (Open Sound Control) support has been finally introduced.

similar to keyboard and MIDI controller shortcuts, it allows the discrete mapping of OSC handlers to any main menu command actions (cf. View/Options.../OSC)

starting at qtractor >= v1.5.12.8git.4dbf73

enjoy

ps. the road to v1.6.0 is being paved ;)