Updates to demo project scripts to specify the path to the binary file

This commit is contained in:
Gary Scavone
2016-09-21 15:10:56 -04:00
parent 488301223a
commit 2a6ada02a7
8 changed files with 7 additions and 9 deletions

View File

@@ -1 +1 @@
wish < tcl/Banded.tcl | stk-demo BandedWG -or -ip
wish < tcl/Banded.tcl | ./stk-demo BandedWG -or -ip

View File

@@ -1 +1 @@
wish < tcl/Drums.tcl | stk-demo Drummer -or -ip
wish < tcl/Drums.tcl | ./stk-demo Drummer -or -ip

View File

@@ -1 +1 @@
wish < tcl/Modal.tcl | stk-demo ModalBar -or -ip
wish < tcl/Modal.tcl | ./stk-demo ModalBar -or -ip

View File

@@ -1 +1 @@
wish < tcl/Physical.tcl | stk-demo Clarinet -or -ip
wish < tcl/Physical.tcl | ./stk-demo Clarinet -or -ip

View File

@@ -1 +1 @@
wish < tcl/Shakers.tcl | stk-demo Shakers -or -ip
wish < tcl/Shakers.tcl | ./stk-demo Shakers -or -ip

View File

@@ -1 +1 @@
wish < tcl/Demo.tcl | stk-demo Clarinet -or -ip
wish < tcl/Demo.tcl | ./stk-demo Clarinet -or -ip

View File

@@ -1 +1 @@
wish < tcl/Voice.tcl | stk-demo FMVoices -or -ip
wish < tcl/Voice.tcl | ./stk-demo FMVoices -or -ip

View File

@@ -113,8 +113,6 @@ int main(int argc, char *argv[])
exit( 1 );
}
// Test RtAudio functionality for reporting latency.
std::cout << "\nStream latency = " << adac.getStreamLatency() << " frames" << std::endl;