Skip to content

Commit 6bd595c

Browse files
committed
added comented autolunch line
1 parent 122aab0 commit 6bd595c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wekInputWrapper/wekInputWrapper.pde

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,16 @@ void setup() {
4242
midi = new MidiBus(this, 0, 1);
4343
cp5 = new ControlP5(this);
4444

45+
// autorun Handpose
46+
// launch("local full path to HandPose-OSC.app");
47+
48+
4549
drawMidiOSCMenu();
4650
drawFXbtns();
4751
drawTrainingBtns();
4852
}
4953

54+
5055
void draw() {
5156
background(0);
5257
fill(0, 255, 0);

0 commit comments

Comments
 (0)