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.
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
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!