Someone on a different message board suggested using an opto-coupler and 7474 to overlap the signals between the two preamps as the relay engages. Is that the kind of time delay that you think would be helpful?
The idea is
1) Ground both inputs
2) Switch the source
3) Lift ground on input of choice
Easy to do with a simple processor, or discrete logic.
Processor example :
Above is mBlock, code in blocks, it converts that to Arduino code, and you
program the Arduino with it once to run the application. I did it for a push
button to change the preamp selection.
By reading comments on code blocks you can see what it is doing. You can
do this with a Nano board or an ATTINY85 8 pin part, but that takes a Nano or
UNO board to program it.
Note it would be easy to use two buttons, one to select preamp desired, the other
to turn it on, also with indicator LEDs to show which is active. And code it so press
of both buttons turns off both preamps.
You see 3 states needed, so if using discrete logic a 7474 configed as a 2 bit counter
counter, and gates to decode state or a demux. Or use a counter and demux, like
a CD4017 so it goes thru 3 states and on 4th use that to reset it to initial state. Partsy
because of interface , eg. button or some form of switch or signal. And you would use
a button to clock it, but have to debounce button, and it would have multiple pushes
to go thru each state. Or add logic so it "walks" thru the states on its own after a
button push.
If you are new to logic/processors do it with a relay that pulses on creating ground first,
then allows other relays of latching type to handle the preamp switching. Time delay
relays to produce states -
https://www.digikey.com/en/products/filter/time-delay-relays/952?s=N4IgTCBcDaIE4FMA2BDAniAugXyA
Buy the best and latest latching relay on banggood.com offer the quality latching relay on sale with worldwide free shipping. | Shopping
Do you need to do this for more than 2 Preamps and 2 amps ?