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.

Continue reading “Piano Box Is A Digital Synthesizer Made Of Paper”

Synthesize With A Hard Drive

If you’d like a pseudo-mechanical way of producing a droning synthesizer sound, [gijs] is your man. He made a small synthesizer out of nothing but an old hard drive and a few components.

Whenever a disk platter is spun manually, the spindle motor inside the drive produces a few out of phase sine waves on its connections. [gijs]’ synthesizer compares and amplifies these sine waves and sends them out to a speaker. The result is a strange droning chiptune-esque arpeggio.

The circuit for the build is soldered directly to the hard drive enclosure Manhattan style. Because the output of the spindle motor produces out of phase sine waves, [gijs] thought it would be a good idea if he could capitalize on some phase interference to alter the timbre of his synth. The entire build is mounted to a wall with hinges to one side so the speaker can be moved around. It isn’t much of a change, but we can here some wave forms cancelling each other out.

Check out the video of the build after the break. There’s also a few audio samples available on the project page.

Continue reading “Synthesize With A Hard Drive”

Digital Synth For The Non-chiptune Inclined

Chiptunes are great, and we can’t imagine a world without the Mega Man 2 soundtrack, but sometimes we all like a more 70’s style synth. This is where the Roninsynth steps in. It’s an Arduino shield that puts the basic components of a wall of synth into your pocket.

Unlike the analog oscillators of yore, the Roninsynth is based on a single dsPIC33F chip. It has all the waveforms we would expect from its big brother – sine, saw, triangle, square, and noise – and a couple modulation options.  What’s really interesting is the GUI the Roninsynth team put together. Instead of going with the knobs and buttons approach of the MIDIbox SID, the Roninsynth does everything with software. Think of it as a hardware-based softsynth.

Of course, there isn’t support for looping and phrases like what we saw yesterday, but there’s a ton of neat sounds that can be made and the capability for analog input. If you’ve ever wanted to sound like Radiohead, we can’t think of an easier way to build an Ondes Martenot.

Bitbuf Delivers Some Of The Best Chiptune Effects Around

Wow. And furthermore, WOW! Just looking at that clean prototype you know that a lot of work has gone into the project, but when you hear this chiptune MIDI device you’ll really be impressed. We know what you’re thinking, but really, you’ve got to hear this to appreciate the quality [Linus Akesson] achieved in this synthesizer. You can catch it after the break.

He does a great job of showing off the different waveforms that can be produced by the ATmega88 on this board. But there’s much more. It also serves as a 16 frame, 16 channel sequencer for creating and layering your own loops.

He mentions that eight oscillators are used for the waveform generation. We don’t see hardware for this on the board. Either we’re missing it, or these oscillators are being created with software? If you have an idea of how this works please clue us in by leaving a comment.

Continue reading “Bitbuf Delivers Some Of The Best Chiptune Effects Around”

MIDI Synth Arduino Shield

There’s a million and one ways to play around with MIDI and an Arduino. It’s trivial to have a ‘duino spit out a scale to a MIDI keyboard, or even respond to SysEx messages to change a lighting or effects rig. There’s one thing that has eluded MIDI-duino builders, though: implementing a MIDI synthesizer with a DIY shield. It’s a good thing, then, that [Keith] put up a Kickstarter for his AvecSynth project.

[Keith]’s AvecSynth is based around the Dream.fr SAM2195 single chip MIDI synthesizer. It’s a neat little IC that takes in MIDI messages from a sequencer or keyboard and spits out stereo audio. The AvecSynth takes this IC and puts it in a standard Arduino-sized package so building a gigantic light-up, foot-operated piano is now well within the purview of the weekend solder junkie.

While the SAM2195 and AvecSynth doesn’t have fancy subtractive or FM synthesis, it does have the full set of 128 voices in the General MIDI spec. It’s a great project to play around with MIDI, and the price for the DIY kit is right up our alley.

EDIT: [Keith] changed the $20 reward for his Kickstarter to PCB or two SAM2195 chips

Arduino-based MIDI Synth

[Charles Gershom] has been tinkering around with his keyboard and Arduino in order to build his own version of a MIDI controlled synthesizer. It looks like he’s gutted the enclosure of some commercially available MIDI hardware to use for the project. This works nicely since it gives him both the MIDI and audio jacks that he needs. The box also provides a nice control surface where a set of four LEDs indicates the synth mode currently in use. There are also four potentiometers mounted on the panel, but they’re not yet up and running.

Check out the video after the break to see what this can do so far. [Charles] shows the device synthesizing sounds coming in from the keyboard. It is also used to playback the audio from Super Mario Bros. which is fed in by a music notation program on a computer. Only one voice is playing when this happens which makes us think this can only handle one channel at a time right now (but we could be wrong).

Continue reading “Arduino-based MIDI Synth”

7400 Drum Machine Is A Delight

[74hc595] just finished his entry in the 7400 logic contest. It’s a drum machine built entirely from 7400-series logic chips. He hasn’t quite reached full completion of the project yet. The hardware works just fine, and he’s built a foam core face plate with many more controls than you see here but much of the circuit is still on a breadboard at this point and only two of the channels have been complete thus far.

Jump to the video clip after the break to get the details of how the system works and to hear it in action. This demonstration is one of the best we’ve seen for a synthesizer project as he actually talks about what each control does, and how that is accomplished with the hardware. We’re not going to go into detail about the circuitry he’s designed. As we said before, it uses 7400 logic but also sources a 555 timer to keep the beat. The page linked above has a PDF of the schematic available and you could really lose a lot of time studying how he did this. We might even try to build it in a simulator to see what we can learn.

Continue reading “7400 Drum Machine Is A Delight”