Skip to content

Commit

Permalink
Launcher script for actually dancing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Remy Porter committed Jun 30, 2015
1 parent ec45391 commit 5c6cc46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Empty file added dances/dance.ck
Empty file.
2 changes: 2 additions & 0 deletions launch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node drone-osc.js -sim &
chuck runDance.ck
3 changes: 3 additions & 0 deletions runDance.ck
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Machine.add(me.dir() + "/drone.ck");
Machine.add(me.dir() + "/beatDetect.ck");
Machine.add(me.dir() + "dances/dance.ck");

0 comments on commit 5c6cc46

Please sign in to comment.