Antique Beat Box Showcases 1950’s Engineering Prowess

Before you could just put a drum machine app on your phone, or fire up Garage Band, there were breakthroughs like the Roland 808 drum machine. But that’s not where it all started. In 1959 a company called Wurlitzer (known for things like juke boxes, pianos, and giant pipe organs) produced a new device that had musicians worried it would put drummers out of a job: The 1959 Wurlitzer Sideman. And in the video below the break, we have the joy of watching [LOOK MUM NO COMPUTER] open up, explain, and play one of these marvelous machines.

Can you spot the early circuit sculpture?

It’s noteworthy that in 1959, almost none of the advancements we take for granted had made it out of the laboratory. Transistors? Nope. Integrated Circuits? Definitely not. What does that leave us with? Vacuum tubes (Valves for those across the pond), resistors, capacitors, relays, and… motors? Yep. Motors.

The unit is artfully constructed, and we mean that quite literally- the build was clearly done with care and it is easy to see an early example of circuit sculpture around the 3 minute mark. Electromechanical mechanisms take on tasks that we’d probably use a 555 for these days, but for any of you working on mechanical projects, take note: Wurlitzer really knew what they were doing, and there are some excellent examples of mechanical and electrical engineering throughout this primordial beat box.

If you move to the beat of interesting drum machines, you might enjoy this Teensy based Open Source drum machine that you can build. No tubes required!

Continue reading “Antique Beat Box Showcases 1950’s Engineering Prowess”

Learn To Play Guitar, Digitally

Learning to play a musical instrument takes a major time commitment. If you happened to be stuck inside your home at any point in the last two years, though, you may have had the opportunity that [Dmitriy] had to pick up a guitar and learn to play. Rather than stick with a traditional guitar, though, [Dmitriy] opted to build his own digital guitar which is packed with all kinds of features you won’t find in any Fender or Gibson.

The physical body of this unique instrument is entirely designed by [Dmitriy] out of 3D printed parts, and uses capacitive touch sensors for each of the notes on what would have been the guitar’s fretboard. The strings are also replaced with a set of six switches that can be strummed like a regular guitar, and are used to register when to play a note. After a few prototypes, everything was wired onto a custom PCB. The software side of this project is impressive as well; it involved creating custom firmware to register all of the button presses and transmit the information to a MIDI controller so that the guitar can communicate digitally with anything that supports MIDI.

To finish off the project, [Dmitriy] also added a wireless device as well as some other bonus features like an accelerometer, which can be used to augment the sound of the guitar in any way he can think of to program them. It’s one of the most innovative guitars we’ve seen since the prototype Noli smart guitar was unveiled last year, and this one is also on its way from prototype to market right now.

Continue reading “Learn To Play Guitar, Digitally”

A Gameport Joystick To USB-MIDI Converter

These days, live music performance often involves electronic synthesizers and computers rather than traditional instruments played by hand. To aid in his own performances, [alekappa] built a special interface to take signals from a joystick and convert them to MIDI messages carried over USB.

The build is simple and straightforward, using a Teensy LC to interface with a simple gameport joystick. With a smattering of simple components, it’s easy to read the outputs of the joystick with only a little debounce code needed to ensure the joystick’s buttons are read accurately. Similarly, analog axes are read using the analog-to-digital converters onboard the microcontroller.

This data is then converted into control changes, note triggers and velocity levels and sent out over the Teensy LC’s USB interface. A mode switch enables changes to the system’s behaviour to be quickly made. The device is wrapped up in a convenient housing nabbed from an old Gameport-to-USB converter from many years ago.

It’s a neat project and we’re sure the joystick allows [alekappa] to add a new dimension to his performances on stage. We’ve seen other great MIDI controllers, too, from the knitted keyboard to the impressive Harmonicade. If you’ve got your own mad musical build under construction, don’t hesitate to drop us a line!

an EIKI machine playing back a card

Finding Lo-fi In All The Strange Places

If you haven’t heard any lo-fi music yet, it stands for low-fidelity music. Lofi music today is characterized by audio imperfections such as cable noise or tape hiss. To get a pleasantly warm imperfect sound, many artists turn to vintage equipment. [HAINBACH] found an excellent instrument, the obsolete classroom tool known as magnetic card audio recorders.

The basic mechanism of the device is that it reads and writes to the two tracks on the quarter-inch tape fed through it. One track is meant for the teacher and one track is meant for the student. Originally designed to assist language learners, we can see why it would be an ideal source of good lo-fi samples. The microphone and speaker need to be high quality to hear the nuances of the example sentence. [HAINBACH] also admires the general tone and timbre of the device as opposed to just using a cassette recorder.

The tape in question is glued to little plastic cards. With some modification, you can run the card backward, create a loop, or stitch sections together. With multiple machines, you can run the card from one machine directly into another. They were made by several companies and can be found relatively cheap on online auction houses. While we can’t credit [HAINBACH] for coming up with the idea as it was featured in the movie Baby Driver, it’s still an example of an awesome hack.

Magnetic tape has long been a fascination of musical instruments. This Crudman, which is a modern-day interpretation of the much older Mellotron from 1963, is a great example of that.

Video after the break.

Continue reading “Finding Lo-fi In All The Strange Places”

PendulumSynth Ties Music And Physics Together

Many musicians will be familiar with the metronome, a pendulum charged with generating a rhythmic tick to keep one’s performance in regular time. With PendulumSynth, [mrezanvari] takes the same basic pendulum but uses it in an altogether different musical way.

The build relies on a 10-inch plastic ball to serve as the weighted end of the pendulum, stuffed with a STM32F411CE BlackPill board, a BNO085 IMU, and an nRF radio module for sending out data for external processing. The pendulum’s motion is turned into MIDI data or CV for output to musical hardware which handles actually generating the output sounds.

The system operates in a variety of modes. Gravity mode outputs continuous MIDI data and CV relative to the continuous motion of the pendulum, while DIV3 mode tracks the pendulum’s motion and outputs 3 regular trigger points that correspond as such.

The combination of the intuitive physical nature of the pendulum and its sheer large size makes for an enticing musical exhibit. We’ve seen some other great musical installation pieces before, too. Video after the break.

Continue reading “PendulumSynth Ties Music And Physics Together”

Sending MIDI Wirelessly With The NRF24L01

MIDI is a standard known by musicians and instruments all over the world. The basic twist on regular serial has helped studios around the world to work more efficiently. [Kevin] wanted to try sending MIDI data wirelessly, but rather than the typical Bluetooth solution, decided to use the humble nRF24L01 instead.

The circuitry used is simple: [Kevin] simply wired up two Arduino Unos with nRF24L01 radio modules, which communicate over SPI. Alternatively, an even quicker solution is to use a Keywish Arduino RF Nano, which packs a nRF24L01 on board. One Arduino can then be hooked up to a MIDI OUT port on an instrument, and it will send out MIDI signals wirelessly. The second Arduino can then be plugged into a MIDI IN port and repeat out what it receives over the air.

The real work was in the firmware, which takes MIDI data and packages it in a suitable form to send out over the nRF24L01. The system can operate in a one-to-one mode, emulating a single MIDI cable, or a multicast mode, where one sender transmits information to many receivers.

It’s a neat hack and one we could imagine would be useful in some fun performance situations. We’ve seen others do work on wireless MIDI interfaces for Eurorack hardware, too. Video after the break.

Continue reading “Sending MIDI Wirelessly With The NRF24L01”

You Can Send MIDI Over I2C If You Really Need To

The Musical Instrument Digital Interface has a great acronym that is both nice to say and cleanly descriptive. The standard for talking to musical instruments relies on a serial signal at 31250 bps, which makes it easy to transmit using any old microcontroller UART with a settable baud rate. However, [Kevin] has dived into explore the utility of sending MIDI signals over I2C instead.

With a bit of hacking at the Arduino MIDI library, [Kevin] was able to get the microcontroller outputting MIDI data over the I2C interface, and developed a useful generic I2C MIDI transport for the platform. His first tests involved using this technique in concert with Gravity dual UART modules. After he successfully got one running, [Kevin] realised that four could be hooked up to a single Arduino, giving it 8 serial UARTS, or, in another way of thinking, 8 MIDI outputs.

At its greatest level of development, [Kevin] shows off his I2C MIDI chops by getting a single Raspberry Pi Pico delivering MIDI signals to 8 Arduinos, all over I2C. All the Arduinos are daisy-chained with their 5V and I2C lines wired together, and the system basically swaps out traditional MIDI channels for I2C addresses instead.

There’s not a whole lot of obvious killer applications for this, but if you want to send MIDI data to a bunch of microcontrollers, you might find it easier daisy-chaining I2C rather than hopping around with a serial line in the classic MIDI-IN/MIDI-THRU fashion.

We’ve seen [Kevin]’s work before too, like the wonderful Lo-Fi Orchestra. Video after the break.

Continue reading “You Can Send MIDI Over I2C If You Really Need To”