diff src/Voice.cpp @ 19:055d7524bae4

Adjusted colours, reduced buffer zone.
author samer
date Tue, 31 Jan 2012 23:44:01 +0000
parents 9a414ea6880d
children 4dcc4312b5fa
line wrap: on
line diff
--- a/src/Voice.cpp	Tue Jan 31 15:49:40 2012 +0000
+++ b/src/Voice.cpp	Tue Jan 31 23:44:01 2012 +0000
@@ -36,7 +36,7 @@
 	}
 	
 	if (isActive) { r=2*r; g=2*g; b=2*b; }
-	ofSetColor(100*r,40*g,60*b);
+	ofSetColor(100*r,60*g,60*b);
 	ofFill();
 	ofCircle(posx, posy, radius);
 	//ofNoFill();