Author |
Message |
PHOBoS

Joined: Jan 14, 2010 Posts: 5794 Location: Moon Base
Audio files: 709
|
Posted: Mon Apr 25, 2016 12:29 pm Post subject:
Priority Keyboard Subject description: basic digital keyboard, can be adjusted for CV keyboard |
 |
|
I just drew this up as part of a bigger circuit but it might come in handy for a lunetta controller. It's very basic, just 8 keys with a priority
encoder so if more than one key is pressed only 1 output is high. It also comes with a bonus gate output which is high when any key
is pressed. You could add some pots to the outputs (like a baby 10) to make it into an adjustable CV keyboard.
The datasheet for the CD4532 has an example on how to cascade the chips by adding 4 OR gates in case you need more than 8 keys.
edit: drew up a 16 key version as well.
-- untested --
Description: |
|
Filesize: |
50.15 KB |
Viewed: |
805 Time(s) |
This image has been reduced to fit the page. Click on it to enlarge. |

|
Description: |
|
Filesize: |
94.72 KB |
Viewed: |
878 Time(s) |
This image has been reduced to fit the page. Click on it to enlarge. |

|
_________________ "My perf, it's full of holes!"
http://phobos.000space.com/
SoundCloud BandCamp MixCloud Stickney Synthyards Captain Collider Twitch YouTube |
|
Back to top
|
|
 |
PHOBoS

Joined: Jan 14, 2010 Posts: 5794 Location: Moon Base
Audio files: 709
|
|
Back to top
|
|
 |
richardc64

Joined: Jun 01, 2006 Posts: 679 Location: NYC
Audio files: 26
|
Posted: Sat Apr 30, 2016 10:40 am Post subject:
|
 |
|
Back in the day, I used priority encoders to interface with a 32-key keyboard. I used TTL, though.
The 5-bit code the four 74LS148s (plus gates) generated went to a latch, DAC and opamps, etc. Since that worked pretty good, I built a 2nd priority+DAC board wired to the same keys, but in opposite order, so that one circuit detected the lowest note played, and the other detected the highest -- a 2-voice keyboard. (The bits of the 2nd encoder had to be inverted.) When one key at a time was played, the result was "Unison."
My less-than-virtuoso keyboarding could very often confuse the logic, though. _________________ Revenge is a dish best served with a fork... to the eye |
|
Back to top
|
|
 |
dianusindustrial
Joined: Sep 05, 2015 Posts: 8 Location: Canada
|
Posted: Wed Feb 15, 2017 12:20 pm Post subject:
|
 |
|
Hi, I've been looking to make a dead simple CV keyboard with keys that are etched like those you see in remotes:
I understand the circuit well, but I am trying to figure out the output section. The 4051 generates 8 signals. Are these summed together to make a CV signal? The schematic for the mofos mini controller just has a singular cv output. What am I missing here? |
|
Back to top
|
|
 |
PHOBoS

Joined: Jan 14, 2010 Posts: 5794 Location: Moon Base
Audio files: 709
|
Posted: Wed Feb 15, 2017 2:04 pm Post subject:
|
 |
|
In it's current form it doesn't produce a CV signal, it just outputs the status from the keys/switches, but because of the priority encoder
only one output can be high at a time. You could however turn it into a simple CV keyboard by a adding resistor string to what are now
labeled KEY1 OUT to KEY8 OUT and take the CV output from pin 3 of the mux.
You could also replace the switches with some (digital) inputs, hook up a bunch of oscillators and have it play by itself, this is afterall
the lunetta section.  _________________ "My perf, it's full of holes!"
http://phobos.000space.com/
SoundCloud BandCamp MixCloud Stickney Synthyards Captain Collider Twitch YouTube |
|
Back to top
|
|
 |
|