Minecraft – How to Make an Instant Off/Delayed On Redstone Circuit

minecraft-java-editionminecraft-redstone

I would like to make a circuit with one lever input and two outputs. When the user flips the lever, I would like for the one output that's ON to immediately turn OFF, while the other output which is OFF takes a second or two to turn ON. Both outputs should behave the same way such that when the lever is flipped again, the exact same thing happens, but with the outputs swapped. I'm currently accomplishing this with two AND gates like so:

But I'm looking for a much more compact way of doing it. Any thoughts?

Best Answer

enter image description here

This is a very compact solution. The torches on the right are the two outputs.