Skip to content

Commit

Permalink
Differencing instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
abramhindle committed Apr 28, 2011
0 parents commit 38089d3
Show file tree
Hide file tree
Showing 8 changed files with 1,159 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

glview2: glview2.c
gcc -I../include glview2.c -o glview2 -lGL -lglut -lfreenect
difference: difference.c
gcc -std=c99 -I../include difference.c -o difference -lGL -lglut -lfreenect

play: glview2
sudo ./glview2 | perl filter.pl | csound -dm6 -o devaudio -L stdin sine2.orc sine2.sco
playdiff: difference
sudo ./difference | csound -dm6 -o devaudio -L stdin energy.orc energy.sco

playOsc:
perl oscInstrument.pl | csound -dm6 -o devaudio -L stdin sine2.orc sine2.sco
playSkel:
repos/OSCeleton/STDOUTeleton -w | perl stdouteletoninstrument.pl | csound -dm6 -o devaudio -L stdin sine2.orc sine2.sco


Loading

0 comments on commit 38089d3

Please sign in to comment.