Patch for this exhibition: http://www.southlondongallery.org/page/sally-golding
- Display image frames & play sounds from the data directory for each of 3 projectors in phasing loops.
- Edit each of the timeline arrays to determine when to fire events.
- Change the probability to determine the likelihood of each timeline event firing.
Run in Processing (3.0).
It currently requires the Beads Processing library. Install with Sketch > Import Library > Add Library.
Beads depends on an install of Jack for multi channel sound. See this forum thread for more info.
# Data dir structure
####################
+ data
- - projector-1
- - - images
- - - - foo.jpg
- - - - bar.jpg
- - - sounds
- - - - clip.wav
- - - - sound.wav
- + projector-2
- + projector-3