File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
VERSION ?= $(shell read -p "Enter version number: " version; echo $$version)
2
2
BASE_DIR := $(shell pwd)
3
- BUILD_DIR := $(BASE_DIR ) /builds
3
+ BUILD_DIR := $(BASE_DIR ) /MusicBeam
4
4
SOURCE_DIR := $(BASE_DIR ) /MusicBeam
5
5
6
6
ARCHS = macosx windows32 windows64 linux32 linux64
@@ -34,4 +34,4 @@ release: builds
34
34
35
35
clean :
36
36
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.*;
10
10
import ddf.minim.* ;
11
11
import ddf.minim.analysis.* ;
12
12
13
- String version = " 2.4.0 " ;
13
+ String version = " 2.4.1 " ;
14
14
15
15
public Boolean debugMode = false ;
16
16
@@ -356,4 +356,4 @@ private void initAudioInput()
356
356
357
357
bdFreq = new BeatDetect (in. bufferSize(), in. sampleRate());
358
358
bdSound = new BeatDetect ();
359
- }
359
+ }
You can’t perform that action at this time.
0 commit comments