File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11VERSION ?= $(shell read -p "Enter version number: " version; echo $$version)
22BASE_DIR := $(shell pwd)
3- BUILD_DIR := $(BASE_DIR ) /builds
3+ BUILD_DIR := $(BASE_DIR ) /MusicBeam
44SOURCE_DIR := $(BASE_DIR ) /MusicBeam
55
66ARCHS = macosx windows32 windows64 linux32 linux64
@@ -34,4 +34,4 @@ release: builds
3434
3535clean :
3636 rm -rf $(SOURCE_DIR ) /application.*
37- rm -rf $( BUILD_DIR )
37+ rm $( ZIPS )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import controlP5.*;
1010import ddf.minim.* ;
1111import ddf.minim.analysis.* ;
1212
13- String version = " 2.4.0 " ;
13+ String version = " 2.4.1 " ;
1414
1515public Boolean debugMode = false ;
1616
@@ -356,4 +356,4 @@ private void initAudioInput()
356356
357357 bdFreq = new BeatDetect (in. bufferSize(), in. sampleRate());
358358 bdSound = new BeatDetect ();
359- }
359+ }
You can’t perform that action at this time.
0 commit comments