I got these knobs for this project:
https://www.taydaelectronics.com/control-knob-black-color-13x11mm-shaft-hole-6-4mm.html
[Not actual size]
Not a very close match to Boss style but close enough and only 13 mm diameter.
(I moved to Kosmo to get away from tiny knobs like these! But okay, for a compact sequencer I can see making the exception.)
I also discovered Tayda now has Davies 1900H clones in aluminum, in a few colors; I’m considering a red one for a non Kosmo project. Not only the color and finish but the diameter at the top is a little different from the plastic ones. (And the set screw is hex key driven.)
Added 1/17/2025
Not gonna try to add yet another post here, I’ll just tag this onto my last one. Got my PQ panel/PCBs today and did a revision of my mods based on that.
I noticed another issue. The 4051 has absolute maximum input voltage V_DD + 0.5 V, so with +12 V power the inputs must be below 12.5 V. Not really an problem; the inputs are coming from op amps powered by +12 V so they’ll be below that (about ~10.5 V max). But — if you plug in an input voltage, that becomes the power voltage for the 4051, and if it’s below 12 V then the maximum input voltage is correspondingly lower, but the op amp is still sending ~10.5 V to it. In that case you might be exceeding the maximum.
In practice this might not actually cause any trouble. But there’s no guarantee the chip won’t start misbehaving, or in extreme cases become damaged.
CMOS chips like these do have protection diodes from the input pins to V_DD. But:
- They’re intended for protection against transient large voltages due to static discharge. I’m leery of relying on them against DC overvoltage. The maximum DC current they can handle is pretty small. I’d rather have more robust external diodes.
- Internal or external, these diodes can’t do any good without a current limiting resistor on the input.
So I’ve added resistors and Schottky diodes to my design.
I think what I’m going to do is to build the module, but with pin sockets instead of DIP sockets for U1 and U4. Then I can breadboard the mods and verify they work before getting the boards fabbed. Assuming that goes well I’ll have some extras to sell (to US addresses only, though), DM me if interested.
Added 1/19/2025
I’ve built the Plexquencer. I did solder in pin sockets instead of DIP sockets for U1 and U4, in anticipation of installing the mod daughterboards. But I connected them with jumpers to a breadboard with a TL074 and a CD4081, so it was wired up as designed and… it works with 5 V gates. In fact, it works with 2 V gates. I get CV and gate outputs as expected. Moreover, I still get gate outputs with input voltage down to about 4.5 V.
I’m surprised.
It may be that the behavior of these chips is officially undefined between the low and high threshold, but that they unofficially do respond to voltages in that range.
It seems the above modifications aren’t needed after all.
I do see one flaky behavior, but it’s unrelated to the gate amplitudes. If one of the gate outputs is being turned on and off by only a single stage, and then you switch that stage’s gate switch off while that gate is on, the gate output stays on. The reason is that the AND inputs are floating when there is no stage turned on. The fix for that is to add 10k pulldowns to ground at 4081 pins 2 and 5 (or from the cathodes of one of the diodes connected to each of those pins). Not too hard a bodge right on the PCB, I would think.