// This is a port of an experiment originally done by Erik Natzke. // It was such a beautiful experiment, I just had to see how it would look once Processed. // import pitaru.sonia_v2_9.*; int xSize = 500; int ySize = 350; int xMid = xSize/2; int yMid = ySize/2; float xOff; float yOff; int totalDevices = 4; int totalRibbons = 7; Ribbon[] ribbon; Magnet magnet; Camera camera; //PowerMateController pmc; Listener listener; float counter = 0.0; void setup(){ size(xSize, ySize); hint(NO_FLYING_POO); ellipseMode(CENTER); colorMode(HSB,360); //smooth(); noiseDetail(4,0.4); ribbon = new Ribbon[totalRibbons]; magnet = new Magnet(); camera = new Camera(400, 60.0); for (int i=0; i