Skip to content

Processing code for live visuals at Cameo Gallery on 15/10/29

License

Notifications You must be signed in to change notification settings

nugenthomas/Cameo_HandMade

 
 

Repository files navigation

Cameo_HandMade

Processing code for live visuals at Cameo Gallery on 15/10/29

https://www.youtube.com/watch?v=BQmpFuJ80QU

All the visuals are pre-programmed into classes, and then triggered using midi notes (in noteOn()), or CC values (in controllerChange()), along with some helper functions mapped to keyboard.

Elements:

  • Particles are the two little squares moving along cosine curves
  • Links are either orthogonal or digonal lines stretching from point in the grid to the other
  • Comets are the octogonal shapes, coming in two sizes (small and large)

written in Processing ( http://processing.org )

using the Proclipsing plug-in ( https://code.google.com/p/proclipsing/ ) for the Eclipse IDE.

and TheMidiBus to handle MIDI events ( http://www.smallbutdigital.com/themidibus.php )

About

Processing code for live visuals at Cameo Gallery on 15/10/29

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%