|
Post by NightMachines on Dec 15, 2018 12:35:07 GMT
Got another DIY idea that seems quite easy to build: a 3-Bit binary keyboard, inspired by the Lorre Mill Keyed Mosstone (link jumps directly to the keyboard explanation at 1:55 in the video). You've got three on/off buttons, providing three binary bits (1/0), letting you count from 0 to 7 by pressing various combinations. 000 = 0 001 = 1 010 = 2 011 = 3 ... 110 = 6 111 = 7 Using a binary-to-octal IC, like the CD4028b, one can translate those three gate signals from the on/off buttons into eight separate output gate signals (0-7). Adding an attenuator to each of those eight gate signals lets you tune each "number" to a voltage, for example corresponding to notes of a scale. Adding a transpose button could add a (user defined) constant voltage to those gates as well, letting you play 16 different notes with only four buttons. Since space is always an issue in modular synths, this is pretty neat in my opinion. Because the whole thing is based on gate signals, it's also easy to OR-wire the buttons to individual gate inputs, to play the buttons with external gate signals form other modules or button controllers. Here's a mockup how this could work in a 2U AE Modular module: The trimmers would tune the eight notes and the transpose offset voltage and could be accessed through the front panel. I guess one could also just put them at the back of the module and add bigger buttons on the front panel instead. I also added a CV input for an external analog transpose voltage (e.g. form another CV sequencer). Alright, I'm off to order those ICs now
|
|
|
Post by NightMachines on Jan 15, 2019 18:41:31 GMT
Finally, some of the needed electronic parts have arrived! Here's a first test, playing four notes (tuned with a trimmer each) with two clicky buttons: http://instagram.com/p/Bsql6rrBb9b
|
|
|
Post by NightMachines on Jul 6, 2019 17:32:56 GMT
Yay! I finally built it! Click the right arrow on the Instagram post for a little video demo http://instagram.com/p/BzlVABTocBz Made some changes to my original idea though. No keyboard keys/buttons but three gate inputs instead for the 3 bit binary input. Like this it’s only 1U wide and I can use external buttons or any kind of gate signal to play my melodies. Also, the input is accessible and not just static 5V. So on can patch other signals in there and gets eight different switchable attenuation levels from the module. Looking forward to play with this in my patches! I used a CD4051 IC by the way, just like Ken Stone in his Diatonic Converter.
|
|
|
Post by NightMachines on Jul 6, 2019 19:01:50 GMT
Some pictures: Eight trimmer attenuators and the binary truth table crammed into 1U Testing the soldered module. It was a pretty narrow soldering job on that tiny protoboard. Here’s how it works (signal input top right, signal output middle left): What would have been nice to add, is an Op-Amp buffer, but I didn’t have any space. I might just build a 1U buffer module, because all of my DIY modules could use them
|
|
|
Post by NightMachines on Jul 7, 2019 13:29:32 GMT
Here’s the 3 Bit module playing a background melody to the SEQ16 sixteen steps. I’m using three spare gate signals from my patch to create this 3 Bit melody. This is what I really like about this DIY module! I always have spare gate signals in my patches, since the clock divider and all sequencers generate those. So why not use them to create CV signals for further modulation? http://instagram.com/p/Bzne7EtoC0L
|
|
droffset
New Member
I use the name Polygoon on Discord
Posts: 13
|
Post by droffset on Jul 8, 2019 9:19:01 GMT
Great idea!
|
|
|
Post by spacedog on Jul 8, 2019 9:37:04 GMT
Here’s the 3 Bit module playing a background melody to the SEQ16 sixteen steps. I’m using three spare gate signals from my patch to create this 3 Bit melody. This is what I really like about this DIY module! I always have spare gate signals in my patches, since the clock divider and all sequencers generate those. So why not use them to create CV signals for further modulation? Excellent idea, NightMachines. I was imagining how difficult it would be to translate between three-digit binary and the 12-tone system live and now I can see the clever way of thinking... I like it. It reminds me of a lab partner that I had back in the early 80's whose party trick was to be able to count incredibly fast in binary using his fingers as the digits "1" was "finger up" and "0" was "finger down". It was a most impressive show, and a great display of dexterity, but sadly it didn't get him many girls
|
|