Spatialization Station

Musician Carson Whitley, aka Encephalous, created this awesome “Spatialization Station”. He writes:

The goal of all of this was to have a controller with a 16 joystick interface that I could then use in Max/MSP, as that is my main audio programming environment. I work a lot with multi-channel audio and large speaker arrays, so I’ve always wanted a controller that could really take advantage of that.

Inside the box I mounted 16 analog joysticks. Each joystick has two pots (one for x, one for y). Each pot has three connections (V+, ground, and output voltage). All of the power connections are routed to a couple of small circuit boards so the wiring doesn’t need to be traveling all over the place.

No Arduino board has the necessary 32 analog pins to read all of the joystick outputs individually, so I had to use some multiplexers to cut down on analog pin usage. Each row of joysticks goes to one 4051 eight-channel multiplexer. The output from each multiplexer goes to one of the analog pins on the Arduino board. The code I wrote for the Arduino board takes care of iterating through all eight inputs on the multiplexers, reading their values, and spitting it out as a list.

The painful part was the Max/MSP code. There were a lot of examples of multiplexing with Arduino scattered around the internet, so piecing that part together wasn’t so difficult. It just seemed as though nobody else was interested in getting multiplexed data from an Arduino into Max/MSP, so I had a fun time getting that working properly. Max just sees the Arduino’s output as raw serial data, so I had to write a Max patch that took this data and parsed it into useable numbers.

Once I got it all wired up and coded though, it was worth it. It’s pretty rock solid. There’s very little jitter/hiccups from the joysticks and I now get 10-bit (0-1023) resolution (as opposed to MIDI’s 0-127) in my Max patches.

And since it’s all going into Max/MSP, the joysticks don’t need to be dedicated solely to the spatialization of audio. The data can be mapped to whatever I please. Though, I did have fun flinging 16 simultaneous sounds around the room over an 8-speaker array at the box’s stage debut.

See all the photos here. Great job, Carson!


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


No Comments

No comments yet.

Sorry, the comment form is closed at this time.