New Tool (3.5.4): Linker Mixer

Hey everyone!

I often need to adjust multiple tracks’ volume at once, like in other DAW’s so I built this tool that isn’t meant to replace the regular built-in mixer, but besides a mixing add-on it also can be used as a performance tool with the ability to create volume and pan groups and also solo/mute said groups - supports MIDI Mapping.

(Due to API limitations, if you want to assign a MIDI mapping to volume or pan, you’ll have to click on the VOL and PAN labels and not on their faders)

DISCLAIMER: The tool is made using Claude AI. Feel free to edit and reupload the script if you find any bugs (which is very very likely). Always make a backup copy of your song before testing.

mg.linker.mixer.v1.0.xrnx (498.3 KB)

5 Likes

W0W

i want this for long time now , let me check them out

bigup

Gave it a whirl.

Nice.

Would be cool if it preserved the relative position of each volume knob you are controlling instead of having them all go to a predetermined amount and loose the respective volume position. Also a reset button that can reset each adjusted volume back to their initial value would also be helpful.

Hi @LegendaryTaunt and thanks for your feedback!

Would be cool if it preserved the relative position of each volume knob you are controlling instead of having them all go to a predetermined amount and loose the respective volume position.

That’s the way it works if the “ignore limits” checkbox is left unchecked - which is the default behavior. Keep in mind that the dB scale is logarithmic.

Also a reset button that can reset each adjusted volume back to their initial value would also be helpful.

“Initial values” you mean the ones when each track had when the tool is launched? Undo works by the way and you can use the “Set Linked” or “Set All Tracks” functions to “reset” to default values.

Interesting. If that’s the default behavior that didn’t work when I used it. Especially when all the levels were at max volume.

I expected to all levels to reach max and then when you bring the levels back down it respects the relative position of each linked fader.

Will try again and see if there may have been a miss on my part.

By default, the mixer changes volumes and panning relative to each other (which I would guess this should be the intuitive behavior). If you want all the levels to reach max, then you have to check the “Ignore limits” option. This way you can keep going until the track with the lower volume maxes out. But then, when you lower everything, they all going to be the same volume - which I don’t think is very useful. It doesn’t make much sense to max out everything, regardless of their initial values, and then expect to return to their initial values when you decrease them. But, as I said before, you could simply undo any changes in order to go back to their initial values.

UPDATE: Perhaps I should add a “snapshot” function, to be able to save (temporarily) up to 4 slots of configs - groups, volumes and pannings.

v2.0 update - 2026-08-18:

-NEW FEATURE: Added 4 snapshot slots to store groups, volume and pan configurations

-NEW FEATURE: Added option to influence neighbouring volume faders with adjustable fall-off

-NEW FEATURE: When working in “Pre” mode, right clicking a pan or volume fader writes automation for selected and linked tracks

-Current track is now highlighted and selection syncs to the pattern editor/mixer

DISCLAIMER: The tool is made using Claude AI. Feel free to edit and reupload the script if you find any bugs (which is very very likely). Always make a backup copy of your song before testing.

mg.linker.mixer.v2.0.xrnx (152.7 KB)

1 Like