Analog Synth, But In Cello Form

For one reason or another, electronic synthesizing musical instruments are mostly based around the keyboard. Sure, you’ve got the theremin and other oddities, but VCAs and VCFs are mostly the domain of keyboard-style instruments, and have been for decades. That’s a shame, because the user interface of an instrument has a great deal to do with the repertoire of that instrument. Case in point: [jaromir]’s entry for the Hackaday Prize. It’s an electronic analog synth, in cello form. There’s no reason something like this couldn’t have been built in the 60s, and we’re shocked it wasn’t.

Instead of an electrified cello with a piezo on the bridge or some sort of magnetic pickup, this cello is a purely electronic instrument. The fingerboard is metal, and the strings are made of kanthal wire, the same wire that goes into wire-wound resistors. As a note is fingered, the length of the string is ‘measured’ as a value of resistance and used to control an oscillator. Yes, it’s weird, but we’re wondering why we haven’t seen anything like this before.

How does this cello sound? Remarkably like a cello. [jaromir] admits there are a few problems with the build — the fingerboard is too wide, and the fingerboard should probably be curved. That’s really an issue with the cellist, not the instrument itself, though. Seeing as how [jaromir] has never even held a cello, we’re calling this one a success. You can check out a video of this instrument playing Cello Suite No. 1 below. It actually does sound good, and there’s a lot of promise here.

Continue reading “Analog Synth, But In Cello Form”

These Are The 100 Finalists In The Hackaday Prize

The Hackaday Prize is the greatest hardware competition on the planet. It’s the Academy Awards of Open Hardware, and over the last few years we’ve been doing it, we’ve seen literally tens of projects that have gone from an idea to a prototype to a finished project to a saleable product. It’s the greatest success story the Open Hardware community has.

Over the last eight months, we’ve been deep in the weeds with this year’s Hackaday Prize. It’s five challenges, with twenty winners per challenge. That’s one hundred projects that will make it to the semifinals in the hopes of becoming the greatest project this year. Only one will make it, but truthfully they all deserve it. These are the one hundred finalists in the Hackaday Prize, all truly awesome projects but only one will walk home with the Grand Prize. Continue reading “These Are The 100 Finalists In The Hackaday Prize”

The Portable, Digital, Visual Theremin

The theremin is, for some reason, what people think of first when they think of electronic musical instruments. Maybe that’s because it was arguably the first purely electronic musical instrument, or because there’s no mechanical analog to something that makes sound simply by waving your hand over it. This project takes that idea and cranks it up to eleven. It’s a portable synthesizer that’s controlled by IR reflectors. Just wave your hand in front of it, and that’s what pitch is going to sound.

The audio hardware for this synth is, like so many winners in the Musical Instrument Challenge in this year’s Hackaday Prize, based on the Teensy and its incredible Audio library. The code consists of two oscillators and a pink noise generator. Pressing down button one activates the oscillators, and the frequency is determined by the IR sensor. Button two cycles through various waveforms, while the third and fourth buttons shift the octaves up and down. The output is I2S, and from there everything is out to an amplifier and speaker.

Of course, it’s really not a musical instrument unless it looks cool, and that’s where this project is really great. It’s a fully 3D printed enclosure that actually looks good. There’s an 8×8 LED array to display the current waveform, and this is something that could actually be a product instead of a project. It’s a great synth, and we’re happy to have it in the running for the Hackaday Prize.

Continue reading “The Portable, Digital, Visual Theremin”

Video Quick Bit: The Best DIY Musical Instruments

The Hackaday Prize is almost over, and soon we’ll know the winners of the greatest hardware competition on the planet. A few weeks ago, we wrapped up the last challenge in the Hackaday Prize, the Musical Instrument Challenge. This is our challenge to build something that goes beyond traditional music instrumentation. Majenta’s back again looking at the coolest projects in the Musical Instrument Challenge in the Hackaday Prize.

We’re old-school hardware hackers here, and when you think about building your own drum machine, there’s really nothing more impressive than building one out of an Atari 2600. That’s what [John Sutley] did with his Syndrum project. It’s a custom cartridge for an Atari with a fancy ZIF socket. Of course, you need some way to trigger those drum sounds, so [John] is using an Arduino connected to the controller port as a sort-of MIDI-to-Joystick bridge.

If you want more retro consoles turned into musical instruments, look no further than [Aristides]’ DMG-01 Ukulele. It’s a ukulele with a 3D printed neck, bolted onto the original ‘brick’ Game Boy. Yes, it works as a ukulele, but that’s not the cool part. There are electronics inside that sense each individual string and turn it into a distorted chiptune assault on the ears. Just awesome.

How about a unique, new musical instrument? That’s what [Tim] is doing with Stylish!, a wearable music synthesizer. It’s based heavily on a stylophone, but with a few interesting twists. It’s built around an STM32, so there are a lot of options for what this instrument sounds like, and it’s all wrapped up in a beautiful enclosure. It’s some of the best work we’ve seen in this year’s Musical Instrument Challenge.

The Hackaday Prize is almost over, and on Saturday we’ll be announcing the winners at this year’s Hackaday Superconference. Tune in to the live stream to see which project will walk away with the grand prize of $50,000!

The Swiss Army Knife Of Audio Synthesis

Thirty years ago, we would be lucky if a computer could play audio. Take a computer from twenty years ago, and you’ll be lucky if it can play an MP3 in real-time. Now, computers can handle hundreds of tracks of CD-quality audio, and microcontrollers are several times more powerful than a desktop computer of the mid-90s. This means, of course, that microcontrollers can do audio very, very well. For his entry to the Hackaday Prize, [Fabien] is capitalizing on this power to create a Swiss Army knife of audio synthesis. It’s called the Noise Nugget, and it’s just what you need when you want to put audio in anything.

The microcontroller in question is an ARM Cortex-M4 running at 180MHz, with a quality DAC. There’s connectivity in the form of USB, two audio outs, one audio in, I2C, UART, and GPIOs. With this, you’ve got a digital synthesizer with a MIDI interface, audio effects for guitar pedal tomfoolery, an audio effect trigger board for playing pre-recorded sounds, a digital recorder, and a USB sound interface.

So, with all that processing power, what can the Noise Nugget actually do? Well, first of all, it’s a sampler. [Fabien] has a video demo of the Noise Nugget set up in sampler mode, where it can play a lute-ish sample and a cat sound. All of this is controlled over MIDI and played through a cheap speaker. The results — except for the cat sample — sound great. You can check that video out below.

Continue reading “The Swiss Army Knife Of Audio Synthesis”

Wavetable General MIDI For Everyone

There are only so many ways to generate music with a computer, and by far the most popular method is MIDI. It’s been around for thirty-five years, and you don’t get to be a decades-old standard for no reason. That said, turning MIDI into audio is a pain, but this project in the Musical Instrument Challenge for the Hackaday Prize makes it easy. It’s a Fluxamasynth Module that turns MIDI into something you can hear.

The key to this build is a single chip that takes MIDI data in and spits out audio, according to the 128 general MIDI sounds. This might not sound like much, but if you’ve ever tried to turn MIDI into sound, you’ll find your options are limited. There is exactly one chip that can do this and is easily obtainable: the SAM2695 from Dream Sound Synthesis. This chip was originally designed for cheap toy keyboards, but if you have a chip, you can do anything with it.

The Fluxamasynth Modules are inspired by the original Fluxamasynth, an Arduino shield that is basically a breakout board for the SAM chip. There’s a MIDI in, and an 1/8″ jack for output, and not much else. The Fluxamasynth Modules extend the capability by adding more support, including stereo output, reverb, chorus, flange, and delay effects, and digs down deep into the configurable parameters for tuning.

The hardware is basically an audio appliance for the Arduino, Raspberry Pi, and the ESP32, and allows for generative music through code. You can see an example of this project in the video below.

Continue reading “Wavetable General MIDI For Everyone”

The Incredible Judges Of The Hackaday Prize

The time to enter The Hackaday Prize has ended, but that doesn’t mean we’re done with the world’s greatest hardware competition just yet. Over the past few months, we’ve gotten a sneak peek at over a thousand amazing projects, from Open Hardware to Human Computer Interfaces. This is a contest, though, and to decide the winner, we’re tapping some of the greats in the hardware world to judge these astonishing projects.

Below are just a preview of the judges in this year’s Hackaday Prize. They’ve been busy looking over all of the finalists and on Saturday we’ll announce the winners of the Hackaday Prize at the Hackaday Superconference in Pasadena. This is not an event to be missed — not only are we going to hear some fantastic technical talks from the hardware greats, but we’re also going to see who will walk away with the Grand Prize of $50,000.


Quinn Dunki

The mighty Quinn has been making games for 36 years on platforms ranging from the Apple II to all manner of newfangled things. She currently manages engineering for mobile games at Scopely, and pursues consulting, independent development, mixed-media engineering projects, and writing. Quinn is best known to the Hackaday crowd for Veronica, the 6502 system with everything and the kitchen sink on a backplane. It’s got PS/2, VGA, and Pong in ROM. The build log for Veronica has been an inspiration to many, and served as the basis for numerous homebrew systems. She continues to inspire with her blog, her YouTube Channel, and of course her Hackaday articles.

Eben Upton

In his earlier life, Eben founded two successful mobile game and middleware companies, but right now he’s most famous for founding the Raspberry Pi foundation and serving as the CEO of Raspberry Pi (Trading) LTD. Under his leadership, the Raspberry Pi has grown from some weird looking board with a USB port on one end, HDMI on the other, and a camera stuck in the middle. After months of work, hopes this computer might not be vaporware grew, and now the Raspberry Pi is the best-selling computer ever made (with apologies to the engineers behind the best selling home computer ever made).

Lauren McCarthy

Lauren McCarthy is an artist based in Los Angles and Brooklyn whose work explores systems for being a person and interacting with other people. She is an Assistant Professor at UCLA Design Media Arts, a Sundance Institute Fellow, and was previously a resident at CMU STUDIO for Creative Inquiry, Eyebeam, Autodesk, and more. Lauren’s work has been exhibited internationally, at places such as Ars Electronica, Fotomuseum Winterthur, SIGGRAPH, Onassis Cultural Center, IDFA DocLab, and the Japan Media Arts Festival. She is the creator of p5.js, an open source platform for learning creative expression through code online.

Chris Anderson

From 2001 through 2012, Chris was the Editor in Chief of Wired Magazine, but now he’s the CEO of 3DR and founder of DIY Drones and DIY Robotcars. These Robocar races are held monthly-ish, and have so far proven an ideal platform to teach kids STEM, and have become something like the next generation of BattleBots, only with a few more computer vision algorithms and a few less RC transmitters. In addition to Robocars, Chris is one of the greatest advocates for flying drones, including those of the fixed-wing variety.

 

These are just a few of the amazingly accomplished judges we have lined up to determine the winner of this year’s Hackaday Prize. The winner will be announced on November 3rd at the Hackaday Superconference. If you can’t join us in person, don’t worry. We’re going to be live streaming everything, including the prize ceremony, where one team will walk away with the grand prize of $50,000. It’s not an event to miss.