Skip to content

Commit 6874f60

Browse files
committed
Use MONO input to support latest mac books
1 parent 4d38734 commit 6874f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MusicBeam/MusicBeam.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import controlP5.*;
1010
import ddf.minim.*;
1111
import ddf.minim.analysis.*;
1212

13-
String version = "2.4.1";
13+
String version = "2.5.1";
1414

1515
public Boolean debugMode = false;
1616

@@ -346,7 +346,7 @@ private void initAudioInput()
346346
+ "There must be at least one audio input activated.";
347347

348348
minim = new Minim(this);
349-
in = minim.getLineIn(Minim.STEREO, 512);
349+
in = minim.getLineIn(Minim.MONO, 512);
350350

351351
if(in == null)
352352
{

0 commit comments

Comments
 (0)