Modular Mixers

I’m building a mega synth (another story) but I became frustrated that MindMeld’s mixer aux would only do 4 aux/sends and is not chainable (as far as I can tell - please tell me if I’m wrong).

I know, why would you want more than 4 effects at a time? Well, suppose you do. Suppose you want all the effects in all the modules available at the push of a button. That’s part of my master plan, using MindMeld’s PatchMaster as the interface.

Try as I might, I haven’t been able to get a result with Glue The Giant’s modular mixer system. Probably me.

But then (looking for something else) I found the Quantal modules.

With a bit of experimentation, I found that I can have as many Aux/Sends as I like. MegaSynth here I come :grin:

I wasn’t able to find much about these modules apart from the informative README here quantal-audio/README.md at master · sumpygump/quantal-audio · GitHub and I’m not sure how often these are used, so I wanted to say thank you to Quantal and spread the love.

2 Likes

image

1 Like

Yeah, these are super useful depending on the need.

I’ve been able to chain mixers like this, but when I tried to chain mixers each with an aux module in pairs, only the first aux module could be used.

That sounds like a bug.

@marc_boule

Or maybe not. If you want more aux’s with mindmeld this works:

1 Like

I assume the OP is referring to limit per mixer, you cannot send a mixer channel in mixer one to an aux in mixer 2 without some fancy patching and burning a channel in mixer 2 , the only workaround I see is to connect the group send returns and use as effects sends/returns, but this will be series processing unlike the aux busses return that offer parallel processing

Besides applying the 2nd set of 4 aux channels serially, it also is sending the mix of all channels to a single channel in the second mixer. So you lose the ability to control how much of each channel is sent to each aux.

I believe the following is much closer to a full solution, though I think it has some group limitations. I don’t fully understand how the groups work.

MindMeldMixer8Aux.vcv (4.2 KB)

Mixer 1 direct outs are configured to send post mute/solo (default), The UNMELD splits out the stereo channels and sends them to the mixer 2 stereo channel inputs.

Mixer 2 Aux Sends are configured to send pre fader, and all channels are muted. So mixer 2 only produces aux output, which is chained into the mixer 1.

I used aux 2 from mixer 1, and aux 1 from mixer 2, just to prove the mixer 1 final output is getting aux from both mixers.

Only the faders/solos/mutes from mixer 1 channels are used. Mixer 2 is only used to add 4 more aux send/return channels.

3 Likes

I want way more than 4! :rofl:

The key feature of Mindmeld’s Auxspander for me is the groups, which allow you to layer effects and feed them into each other. This is cool, but not the same.

1 Like

I think with my dual Mind Meld mixer solution you get aux groups for both mixers, but the groups from mixer 1 and mixer 2 remain distinct.

Yes, that works, but using the Chain LR doesn’t. Is there a menu item somewhere that enables this? Or is the Chain input just for chaining mixers with only one Auxspander at the end?

The Chain input is pretty basic - it takes the master output of one mixer (which may or may not have an Auxspander attached) and brings it into a 2nd Mixer (which may or may not have an Auxspander attached), just prior to the 2nd mixer’s master out. It means you don’t have to use up a full channel on the 2nd mixer to bring in the output of the first.

You can think of it like a simple extra channel input that doesn’t have any pan or level controls or Aux sends.

2 Likes

Chaining 2 mixers doesn’t give you more than 4 Aux sends available on any given channel, but it does let you have access to more send FX for your sounds - you just need to plan which mixer a sound goes into. I often use one mixer for drums and another for synths for example and have quite different FX setups for each.

2 Likes

This is usually good enough, I agree, and I love the MindMeld mixers, but for this (possibly deluded) project I want to have at least 12 Aux sends available to all channels. The Quantal daisychain mixer gives me the ability to do that.

That’s the beauty of VCV - if one tool doesn’t do what you need, there’s usually another (or a combination) that does.

If you want something unusual like 12 FX sends then a modular mixer system that lets you build whatever you need sounds like the right approach.

2 Likes

If you’d prefer to be based around mixmaster (or any other non modular mixer) you could just add as many vult sends as you need, that’d be tidier.

My MixMaster solution is extensible to 12 Aux and beyond. For 12 you simply duplicate the 2nd mixer with cables (so the UNMELD is already patched to all muted channels, etc.), add the 3rd aux expander, and send the 3rd MixMaster output to the 2nd MixMaster chain input.

It is not space efficient, but it gives you 12 aux channels with all the MixMaster features except aux groups can’t span multiple mixers. Performance is pretty good.

I used MixMaster Jr, but it should work just as well with the 16 channel mixer.

I hope you can give it a try and let us know how it worked for you.

I hadn’t considered the Vult Sends, and this works ok. I need to investigate further.

Dave, your solution is a great workaround and works well. I may go back to this but for now I’m developing something using the Quantal modules. They seem underused.

As someone said, there are usually more than one ways to build what you need. What I end up using may depend on factors I haven’t considered yet.

1 Like

OK I got a bit sidetracked with this, but to prove a point (not least to myself) here is a version of the modular mixer with 8 Aux/Sends, with the interface built to resemble the look of a MindMeld mixer as closely as possible. The full functionality of the MindMeld mixers is impossible to reproduce.

This example has 16 input channels and 8 Aux/Sends but you can see how you could add more where required.

This is mappable onto the working modules, the Quantal modular mixer units. This is one input channel with 8 Aux/Sends. I’ve only got 6 effects connected here.

For each channel to have controls for each aux/send, I’ve got an input module (pink01) followed by 8 aux/sends. this is repeated for as many input channels as you need;

… ending with a Master Out.

This arrangement shows how Groups might be achieved;

2 Likes