kleebtronics Musical Turk

Musical Turk

Musical Turk is a crowd-sourced musical project that allows musicians to contribute to a transient composition that exists online as well as in live performance venues.

Conceptualization

Crowd-sourcing has become an efficient way to create content in fields like journalism, open-source technology, and fundraising. For Musical Turk, I wanted to explore the concept of a crowd-sourced musical composition using a website database, as well as a live performance. A website seemed like the most obvious place to collect samples and give instructions, however I also liked the spontaneity of live musicians creating music together in a performance space. This project combines a collection of samples from a website with live recordings that happen in realtime, allowing the composition to evolve and change with each performance.

Design

Musical Turk is a website that prompts users to upload audio samples with specific parameters. Using Python and MongoDB, these samples are stored online, and can be downloaded from the website manually. The file locations are also stored in an open API, so that external applications can access the files, as well as the metadata about each track.

During a performance, a local Python script will hit the API and check for new tracks every few seconds. Through OSC, this script will send the metadata to an openFrameWorks sketch that adds the track to an audio mixer. An Arduino Mega controls the hardware of the mixer, selecting the track that is playing, as well as the volume of that track. Since the API is hit every few seconds, tracks that are uploaded to the website are added to the performance in real time.

In addition to the tracks on the website, the live performance encourages the audience members to add new tracks using a recording module. A separate computer running Max/MSP can record inputs through an external audio device like a mixer, and upload these files directly to the database using another Python script. These live samples are then pulled back down to the openFrameWorks sketch and mixed in with pre-recorded sounds from the web. This allows musicians witnessing the live performance to contribute at the venue, as well as at home.

Performances

Musical Turk has been performed at music venues like Death By Audio, La Sala, and Secret Project Robot in Brooklyn, NY. Check out the website for a schedule of upcoming performances, or contribute to the database of crowd-sourced samples.