diff --git a/Processing/Sampler/Sampler.pde b/Processing/Sampler/Sampler.pde index 2554b2a..7683b29 100644 --- a/Processing/Sampler/Sampler.pde +++ b/Processing/Sampler/Sampler.pde @@ -20,7 +20,7 @@ String swingLabel = "100%"; boolean[][] samples; void setup() { - size(640, 460); + size(640, 460, P2D); background(255); loadData(); setData(); @@ -28,19 +28,20 @@ void setup() { void draw() { background(50); - stroke(255); + strokeWeight(3); fill(200); printControllerStatus(); - if(controller[0] == "PLAY") { - for(int i=0; i