We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a64237 commit f6164f9Copy full SHA for f6164f9
MusicBeam/MusicBeam.pde
@@ -10,7 +10,7 @@ import controlP5.*;
10
import ddf.minim.*;
11
import ddf.minim.analysis.*;
12
13
-String version = "2.3.1";
+String version = "2.4.0";
14
15
public Boolean debugMode = false;
16
@@ -334,7 +334,7 @@ float getLevel()
334
335
private boolean hasEnoughScreenDevices()
336
{
337
- GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); //<>//
+ GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); //<>// //<>//
338
GraphicsDevice[] gs = ge.getScreenDevices();
339
return gs.length > 1;
340
}
0 commit comments