READ ONLINE NOW
Online
Issue 94
0
Read Next:

DIY Doomsday Devices

Tristan Shone is a white-coat-wearing, microscopy research lab rat by day that moonlights as an experimental, electronic, industrial doom, one-man band called Author & Punisher — just like any hard working engineer’s weekend warrior outlet, complete with purpose-built 300lb steel MIDI controllers.

By

23 April 2012

Main Photo: Robert Kozek

Before his engineering day job, Tristan Shone earnt a Master of Fine Arts in Visual Arts, which is where his penchant for building sculptural MIDI controllers began. His first collection consisted of physically demanding, heavyweight controllers that dictated his one-man band Author & Punisher’s style of dirgy, drone-y, groove metal, purely because of the effort required to move them. These were the Drone Machines; including the single-button Linear Actuator drum machine, 300lb (135kg) spinning Rotary Encoder, vocal sampling Bellows, and motor resistive Throttles.

“The first machines I made,” said Shone, referring to the Drone Machines. “Were very heavy and slow, and so were the improv performances – it wasn’t about dynamic, it was about drone. I would lift this big classic noise crescendo. It seems like I’m doing a lot but I’m basically playing one pitch line of one key. There are no chords, though occasionally there are two notes.” 

Although the Drone Machines were entirely impractical from a touring perspective, Shone still made music, recorded and played live with them. Though these days the monolithic devices have been retired to a lab at UCSD (Uni of California San Diego) till someone can finance the muscle to get the 300lb gorillas on the road.

“They were intended to be sculptures for my Visual Arts degree,” said Shone. “I didn’t expect to put them in Pelican cases and take them to the airport with me. When I built the second lot I began thinking about realistic weights I could take on an airplane.”

This second set of controllers are called the Dub Machines, which although not quite as heavy, are still physical, because it “feels good,” according to Shone. The second batch is made up of the more advanced version of Linear Actuator called Rails, the dual key-sliding Rack & Pinion, and the eight capsule Headgear mic and beat box machine.

DOOMSDAY SOUND

Check out Author & Punisher in action to really experience the physicality of these machines.

RAILS

“It’s basically eight buttons and one linear encoder that’s basically just reading an initial position and a final position with very high resolution —3000 clicks of your encoder. In the programming there’s an interrupt so it’s always reading, never skipping. And it also knows which combination of the eight buttons I’m pressing with my fingers. Between all that data you can do anything you want MIDI-wise — you could control a whistle sound back and forth for instance. But what I do is take the last ten clicks of the encoder on either end and come up with a velocity-sensitive speed or acceleration to give me a MIDI output at either one of those points.”

HOW I FELL FOR DUEMILANOVE

Shone’s MIDI controllers are typically built on the popular Arduino microcontrollers, specifically the Duemilanove variant. It has 14 digital in/out pins, six analogue inputs, 16MHz crystal oscillator, USB connection, power jack, ICSP (In-Circuit Serial Programming) header (for programming your chip), and a reset button. It’s an all-rounder for the type of machines Shone is building, but he says it wasn’t always this ‘easy’.

“I started out like everyone back in the ‘90s,” said Shone. “Using an Atmel-based microcontroller. It was one developed at the media lab at MIT. My professor and I tried the basic pitch-shift-based controllers and all the other ones. So my first set of machines use these Atmel controllers called Number Six.

“The reason I like Arduino so much better is because other specific microcontrollers require you to set a lot of variables within your Windows or Mac system – it’s not plug and play. In order to get your laptop setup to actually be able to send code to this device, it was like a bureaucracy, a real pain in the ass. I had done it for five different laptops and it still pissed me off.

arduino is so popular because it made programming so simple, it just comes up. they don’t have header files that you see, you don’t see the source, all the extra files are hidden. You only have one file that’s called something like MIDI Output Button Reader. Arduino is the exact same microcontroller as many others, they’ve just worked it out to make it easier for artists. And they’re actually very high quality. We use them for microscopes in my job, where I would have to design a circuit otherwise.

“Some people will use the Arduino through a Firmata (generic protocol for communicating with microcontrollers) interface. There’s another one for PD (Pure Data), basically you would just use the microcontroller as an input device, you simply load the code once and then all the inputs from the microcontroller show up in your software, so if, for example, you put a Pin high, a little box on your screen will turn red. Then you can program using something like Max/MSP. I do my programming in C, because I kind of suck at Max/MSP. The other way people use Arduino is to do all the programming on the chip, like Rails.”

RACK & PINION

“There are two buttons on each key so you can measure the time between each two to give you a velocity. Actually, to tell you the truth, I started out with velocity-sensitivity on each one of them but I got rid of it because it’s too hard, with all the stuff going on, for me to actually worry about being gentle. Just hit it. And the other thing I’ve started doing is mapping the natural motion back and forth to a knob or fader that turns something on and off in Ableton — I’ve messed around with EQ sweeps and things like that.”

HEAD GEAR

All eight divisions each have a uni-directional, electret, condenser capsule — the same kind of thing you have in a cell phone or laptop. They’re not very high quality capsules. But I wanted something that you have to be in very close proximity to in order to have the voice picked up. It’s almost like a harmonica. I also use it for triggering beats too; it just creates a velocity sensitive value. So sometimes I’m singing in one but also pulsing my breath so I can trigger a drum beat while I’m singing.

PUTTING IT ALTOGETHER

A typical Author & Punisher performance is usually a combination of Shone pumping Rails back and forth, triggering sounds with his fingers on his right hand, while sliding Rack & Pinion’s keys back and forth, and singing, screaming or beat boxing into any combination of capsules on his head gear. It’s complicated, and compelling to watch, which probably has something to do with the fact that his machinations are not always locked in step, as you might first expect.

Shone: “I’ve tried having the triggers of Rails controlling the tap tempo but I’ve switched it to just a footswitch. There are times where I need all of the tempos to be exactly where I think they are so the samples can line up with my vocal and the delay can be quantized with the delay on the drum beat. But mostly, I like the swell of time.”

As far as his sounds go though, Shone prefers to keep it a tad simpler. “I use Ableton, Reason and some of the Native Instruments stuff,” he said. “But mostly I’ll just design my sounds in Ableton. I feel like I’m always recreating the same heavy synthesiser sounds so it’s more about what the input can do for me.

“I really love the raw heaviness of Godflesh and Neurosis I heard when I was probably in 9th grade, coupled with some of the organic bass sounds I hear now from electronic producers – something that sounds really heavy and like some sort of machine. Recently, all of my sounds begin by taking a really simple sine wave within Reason, using a bit-reduction for distortion. Or I’ll find some sound from Subtractor and run the Scream distortion effect on it. But then from the microcontroller you can pulse the oscillator into giving you a bit more of an actual sawtooth. Coming directly through the microcontroller it floods your MIDI a little bit. So that’s one way I would create a unique sound, by actually pulsating on/off commands from the microcontroller into Reason, through Ableton. But more recently I’ve tried reducing the bit-reduction within Ableton and that gives something comparable to a guitar distortion.

“Compared to what some of these producers do, this is elementary stuff. When I talk to them they say, ‘You did it that way? What? I can’t believe you design your sounds that way!’”

ROTARY ENCODER

“The rotary encoder is just like any knob rotary encoder — the faster it goes the higher the pitch. I would start it spinning at B flat — a nice, very low, heavy tone that would be akin to wailing on a B flat on your bass or guitar. And if you went in the other direction it was half a step up from that. Once you get that thing spinning it would hold a pitch. It has a really good ball bearing, and weighs 300 pounds. Once you get up an octave, you could slow it down a little bit just by shining it on its side or spinning it like a record player.”

FADERS

“There are two pitches, one on each throttle. If you spun your hand you would increase the volume of the pitch on that throttles, and if you moved it up you would increase the pitch. The idea of that was two pitches side by side and if you moved the throttles you would move the pitches off of each other a little bit so that you could cause the frequencies to ‘beat’. It was the first machine I made, and was about battling the two tones. It had motors inside so you could move the throttles to a certain pitch and set the motors to hold it there, and then the motor would pile on some force and fight you if you went away from that pitch. I ended up thrashing all the linkages inside because it was battling me.”

BELLOWS

“I could beat-box and I had five faders over five vocal channels that you could loop. That was the only looping device I’ve ever used. It was a little bit more decorative and I don’t like it or use it as much.”

LINEAR ACTUATOR

“Was a bigger version of Rails that only had one button and was meant for very simple drum beats.”

BUILD YOUR OWN DRONE

Shone says that the core of what he makes is very simple – simple enough such that even I could do it. Hmmm. So, if your keyboard or MPC just ain’t cutting it as a MIDI controller anymore, here’s what Shone has to say to anyone thinking of building their own. “You have encoders, and buttons. I think before people get into building something physical, just experiment with taking an encoder and a strip and reading that in and seeing how that controls a pitch or sound. with one button and one encoder you’ve got yourself a pretty cool oscillator. If you don’t have the resources to machine something yourself, you could dig up some found objects in an industrial yard that already has a really nice position. You can buy a really big bearing that already feels really good and has some weight. And you just glue these things on there. Glue the strip on one side with the encoder read head and you’ve got yourself an industrial machine. Start simple.”

As far as his own music goes, Shone says that crafting these machines is more about the physical imprint they have on his music than the look. “I’m not trying to make gimmicky items that look good onstage. But yes, I like sculpture and I like visual art, and I have this aesthetic direction that I’m going in that makes me feel powerful on stage. When I’m in the shower, or thinking of the set, or of new machines I want to make, I’m moving my body in the same way that I do with my machines. So it’s not contrived. I’m sure everyone has some sort of weird pose they make when they play music live. And you never know what happens with simple changes – like going from a guitar to a baritone guitar – with just a change of instrument, people can create entire new genres of music.”

Kind of makes you wonder if Keith Richards had never seen a Telecaster, whether the Rolling Stones would have jangled the way they did. 

THE NEXT PHASE

Shone: “I have a new [Headgear] I’m developing that incorporates pressure sensors I use at my day job. They’re these great little MEMS sensors that are 0-100psi and very accurate. I can’t think of anything better than to put 20 of those things in an analogue I/O on Arduino and have a really nice controller.

“There are two other things. Firstly I wanted to experiment with something that was a little more acoustic. I like the idea of being very heavy and industrial in a really echo-y gallery space where I might be screaming but my voice can be modulated by something physical. I’m building these masks that basically open or close my airflow or suction onto my body so I use that air pocket as a reverb chamber. I’m building five of these masks for an art show coming up in March.

“The next set of instruments is focused on texture rather than the drone, and on machines that almost quantize to something. So instead of having Rails move freely between two points I’m going to have a grid setup where I can have one grid, and then another grid with twice as many positions, and then another with three times as many. It will force me to align in a different way. I’ll probably have somebody help me encode that position in Max/MSP to an actual effect or sound.

“And then for pitch controllers I wanted to make an effects processor that makes its own sawtooth or wave oscillators by encoding the physical position almost the same way you would with a record moving over grooves, but much bigger.”

RESPONSES

Leave a Reply

Your email address will not be published. Required fields are marked *

More for you

Filter by
Post Page
Feature Tutorials Issue 68 On The Bench Synthesizers + Keyboards Korg News Stocking Filler 2023 RØDE Issue 92 Free Stuff FX & SIMs Large Diaphragm Condensers
Sort by
READ ONLINE NOW
Online
Issue 94