The PsyBox

psybox?

The psybox is an algorithmic trance music genrator enclosed in a box and equipped with 5 slide potentiometer controls. The Psybox outputs random and non-random midi messages as a serial stream over USB which can then be routed to various synthesizers.

Algorithmic trance music?

Part of the so called trance-inducing nature in trance music can be attributed not only to repetition, but to adherence to a relatively consistent compositional formula. This affords listeners a sense of expectancy. It also means that musical complexity must be found in the sounds and textures, as opposed to tonal composition. The psybox allows the user to focus entirely on automation of synthesis parameters, leaving the tonal composition and sequencing to be handled by a generative, rule based system.

Implementation

The psybox consists of one arduino deicimilla microprocessor, 5 slide potentiometers, and a box. All midi data is generated by the arduino firmware. The potentiometers are connected to the board as analog input devices. Random numbers are generated using noise on an empty analog pin as a pseudo-random seed.

Hardware