abbey road d enfer said:
That solves half of the problem only. Since the input on those is a 4 bit logic input, if two switches are engaged, the cmos will be selecting the binary addition of both of the switches. The problem is not so much only activating one signal path as it is disengaging any other switches that may still be active.
The only other solution I see other than my cheesy sum amp is to use some sort of arrangement of momentary switches into a PIC, and then the PIC code outputs the correct signal for the mux to switch. Conceptually quite simple, but in practice quite above my head. I'll have to get into switch debouncing, assembly code for the PIC, how to keep the PIC noise out of the equation, and I'd also need to source one with enough analog I/O pins, 16 for the switch inputs and 8 (mux x2) for the ouputs. Then there's the issue of indication, which means I'd probably need another mux to switch a led driver to the correct led.
Brian Roth said:
Wow.....a new domain name, and it looks like everything survived the "move"! Earlier tonight, Matt's Rev 2 diagram was MIA, which made me glad I had downloaded it to my drive so I could look at it off-line. But, looks like the earlier link works now.
When this is all said and done, I'll post this stuff up to my permanent website as well, so it doesn't get lost to history.
1. The insert in/out switch is not drawn correctly, and won't work as shown. No biggie, basically just move the SPDT into the "receive" path vs. the "send". I think my "RothCAD sketch" posted earlier in this thread shows the correct signal flow.
I'm probably being dense, but I'm not seeing a signal flow difference between these two. In mine, I break the send amp out of the circuit, in yours, you break the receive amp, but that's the only difference I can detect.
2. I still don't see a polarity/"phase" switch. If low and high cut filters are assumed to be useful in this app (vs done "in the box"), I dunno why something as practical as a polarity switch has been left out.
I meant to include that, yes. No reason to leave such a simple item out.
3. Direct Out....a "good call", although one can argue "pre and post, this and that" for the function. Yes, let's add MORE switching...LOL!
Yeah, this path has just about enough switches for my taste. While I can think of reasons to have direct out pre-eq, they are vanishingly small. Since there's no mic amp, what would be the point of sending anything pre-eq out of the desk? Just send your rack pre to tape and leave the desk out of it.
4. Earlier comments about having a 16 position rotary switch, or the Maxim 16 "pole" MUX chip precludes any reason for the summing amp shown in the Rev 2 diagram. Those two options are a "one of 16 choice" and allow no mixing of the various sub groups. ***IF*** you require two or more of the subgroups to be mixed together within one module, then you need 16 individual mechanical switches, relays, or FET equivalents. With the latter two options, you also need some sort of "control logic" to toggle the 16 FETs or relays within the possible 65, 536 combinations.
If this was some sort of switch matrix configuration, I would agree. Even still, the maximum number of total configurations are 16x48, or 768 combinations. However, I don't see the necessity for control logic here for mixing within one module. Simply select any number of the groups and they all flow into the summing amp. Perhaps you were meaning "former" instead of "latter"?
5. Based on "# 4" above, why not just use the patchbay to poke the desired subgroup back into the module? That's how I would do it with commonly available desks.
This is certainly a valid thought, and I'm glad somebody brought it up as I was considering it also. Most current big name desks deal with groups in the way you describe, so perhaps I'm over-complicating things. The flexibility would be nice, but the cost-benefit may not make it worthwhile. It certainly is going to be a metric arseload of switches, to be sure.
6. Rev 2 also shows that routing to L/R is "either/or" with the 16 subgroups. I can think of possibilities where routing to BOTH can be useful, like for parallel processing. Indeed, trying to avoid internal feedback loops is A Noble Goal, but I can drive ANY desk into internal feedback loops with a few patch cables and a few button presses. <g>
Sorta. The channel outputs in to the groups can be multiply selected, so any one channel can go to multiple groups, including L/R main bus. The only time where this doesn't apply is when group mode is selected to allow a group input to the channel, then the channel automatically goes to L/R only. Are you saying it might be nice to have the output of a group go to another group instead of L/R? I have done that sometimes, but even with parallel processing I usually have to buses side by side into L/R as opposed to going into another bus then into the L/R bus. It's also possible I'm misunderstanding you entirely.
-Matt