From 87ff91b18d590353f9126a29e43e31d10070b3d7 Mon Sep 17 00:00:00 2001 From: Carmine De Rosa Date: Sun, 1 Mar 2020 17:30:50 +0100 Subject: [PATCH] graphic fixes --- Processing/Sampler/Sampler.pde | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) 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