Strum / Strums_Mental_VCV_Modules

Strum's Mental Modules for VCV Rack
BSD 3-Clause "New" or "Revised" License
63 stars 15 forks source link

Binary Decoder does not have an enabler input. #43

Open neoh4x0r opened 5 years ago

neoh4x0r commented 5 years ago

The binary decoder is basically a 3 to 8 decoder.

Without an enable pin (input) these cannot be chained to form larger decoders for handling binary values greater than 7.

It is possible to include an enable input on the decoder (as well as to do the same for the other devices: muxers and splitters so they can be chained as well) ?

Strum commented 5 years ago

I hadn't thought of using them that way, interesting idea.

Feel free to take the code and modify it if you want, I'm doing other things at the moment and rack has had to take a back seat.

The decoder was a bit of an experiment and I haven't actually used it in patches much.