Simple mod to keep your downstairs neighbors from hearing you pound the keys

[Mesoiam] managed to pick up a Viscount hammer weighted keyboard for pretty cheap. For those who are unfamiliar, Viscount makes keyboards that feel like you’re playing a piano, hammers and all. The only problem with this, as [Mesoiam] discovered, is that even when he’s jamming with headphones in, his friends down stairs can still hear the keyboard banging due to the vibration going through the stand to the floor. His resolution to this problem was to build some custom dampers to reduce the vibration. He built two brackets that fit over the stand and suspend the keyboard on two strips of flexible rubber. Quite a simple solution to a possibly annoying problem.

Keyboard composes its own music

Summer is right around the corner and all the final projects from electronic design classes are rolling into the tip line. This time, we’ve got [Chaorong] and [Siyu]’s auto-composing keyboard from their time in ECE4760 at Cornell.

The keyboard has two modes: a ‘happy’ mode and a ‘tender’ mode, the difference being the tender mode is slower and sounds a little like a lullaby. After two keys are pressed, the ATMega644 figures out what key it should play in and starts generating a random-ish sounding song using a Markov probability matrix.

There’s a third option for the keyboard as well: play a short melody and the software will loop through a few permutations of the melody. After the break, you can see [Siyu] play Ode to Joy and have the autocomposer improvise around the tune. Very, very nice work and we can’t wait to see more senior design projects hit the tip line.

[Read more…]

Making old organs more portable with MIDI

In the 60s 70s and early 80s, roadies would lug hundreds of pounds of musical equipment around to gigs. Although the 8×10 Ampeg bass cabinet wasn’t fun in the least, the absolute worst was the Hammond organ. These behemoths of tonewheel organs sounded great, but moving them was a pain. For better or worse, portable MIDI keyboards caught up with the sound quality of these old electromechanical monsters. Everything is still not right with keyboard players; a good set of organ foot pedals is still hard to come by. To solve this problem, [Jeremy] converted his old Hammond A-100 organ pedals to MIDI giving him all the feel and aesthetics of an ancient instrument without all the heft.

To transform the ancient A-100 bass pedals into a keyboard, [Jeremy] turned to the HighlyLiquid MIDI CPU. This small board provides a few dozen pins to wire up to switches and potentiometers. A new switch assembly was built for the bass pedals using a momentary push button switch under each key. These buttons are wired up to the MIDI CPU, and everything worked out wonderfully.

Although there’s no video of the newly portable Hammond organ in action (something off Zeppelin I, [Jeremy]…) there is a great Flickr photoset of the entire build. Awesome work, [Jeremy]

Piano Box is a digital synthesizer made of paper

We love the look of this papercraft piano which [Catarina] built along with some friends at NYC Resistor, a hackerspace in the big apple. It starts off as a cubic black box with a white top. But just lift that top as [Catarina] does in the video after the break and three of the sides fall flat to reveal a pair of speakers and the single-octave keyboard.

The key’s don’t move when you press them. Instead, she decided to use the CapSense Arduino library to implement touch sensitive keys. Each key is made up of a plane of copper foil tape, with a strip of tape running back to the center of the box where it is interfaced with an Arduino Mega hidden there. The Tone library produces the waveforms which are played by the speakers, and a set of LEDs on the upright side of the box illuminate the keyboard diagram as you press each key. You can see that there are short white bars on that display which correspond to the black keys on the keyboard.

If you take a look at the code, you’ll see the libraries really make the code for the project simple.

[Read more…]

Isomorphic piano keyboard is button madness

[nikescar] sent in a link to a huge isomorphic MIDI keyboard. We might have missed it the first time around, but that doesn’t diminish such a great looking project.

According to the project page, this humongous keyboard is the work people at Louisville Soundbuilders’ efforts to clone the AXiS-64 MIDI controller. Instead of looking like a ‘normal’ piano keyboard, this isomorphic keyboard puts notes in a hexagonal pattern. This keyboard layout is very useful – fingerings for chords are the same across all keys – but these keyboard layouts are fairly rare and MIDI controllers are expensive as a result.

To make the keyboard in the video velocity sensitive, there are two layers of PCBs. The top layer uses Cherry key switches, while the bottom PCB is an array of tact switches. Measuring the time between the top and bottom key presses gives the on board microcontroller velocity information that is converted to MIDI notes. This setup has a few downsides, namely the huge amount of switches, components, and pins needed for two keyboard matrices.

The project page hasn’t been updated for a few months, so we’re pretty curious about the current status of this build. If any of the Louisville Soundbuilders have an update on this project, send it on in.

Using the nook as a keyboard

[Andrew] has been pining for an Optimus Maximus – a keyboard with a small LCD screen in each key – for years. Like a lot of people, he love the idea of a completely configurable keyboard, but balked at the two thousand dollar price tag. Although it doesn’t have full color OLED screens behind each key, [Andrew]’s nook simple touch can be used as a keyboard just the same.

After rooting his new nook, [Andrew] had a very nice tablet computer, and the only Android device with an e-ink screen. Although[Andrew] never wrote an Android app before, he wanted to do a proof of concept build to see if a nook keyboard would actually work. The “keyboard app” is actually just a webpage hosted on his home server. When he presses a virtual key, JavaScript sends an ASCII value back to the server where it is decoded and sent to xte.

[Andrew] says his build works, but not very well. Opera mini doesn’t like the homebrew server he set up, and Cyrillic characters are a no go. Still, it works, and looks like an awesome application for an e-ink tablet with a proper Android app. Demo after the break.

[Read more…]