Ring Ring

To view this content, you need to install Java from java.com

A game of aural telephone — a simulation of the following instruction piece:

  1. Gather some musicians, each with their own found sound.
  2. Appoint a conductor.
  3. Each remaining musician should pick another to copy.
  4. (Optional) The conductor may imitate other musicians.

Each musician has their own base reaction time (from 150 - 350 ms), with minor variation from note to note. To interact:

  • space improvise as conductor
  • tab everyones picks new musicians to watch
  • left click move musician
  • right click improvise as selected musician

You can also reassign who is watching whom by ctrl + left clicking or using the alphabet keys. For example, typing "a" then "w" will have the conductor listen to w, creating a loop. "a" then "a" will return the conductor to introversion.

The built in MIDI piano sound really isn't conducive to the found sound requirement, so I've made a recording of various objects in my room being struck by this network via Maple and Reason, featuring:

Velcro, lightswitches, cardboard boxes, water bottles, desk lights, door locks, heaters, springs, guitar cases...

As a deviation, I've also recorded a version where some of the musicians play parts of more standard instruments: xylophone and bass.

Further exploration is to be done with learning (faster reaction times when the next beat comes in an expected place) and the influence of others (the tendency to fall into a pattern related to nearby sounds).


Source code: RingRing ForceDirectedGraph Musician Musicians SortedQueue

Built with Processing