From 2a6ada02a70264bb2df3406cc99d7668a955e37a Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Wed, 21 Sep 2016 15:10:56 -0400 Subject: [PATCH] Updates to demo project scripts to specify the path to the binary file --- projects/demo/Banded | 2 +- projects/demo/Drums | 2 +- projects/demo/Modal | 2 +- projects/demo/Physical | 2 +- projects/demo/Shakers | 2 +- projects/demo/StkDemo | 2 +- projects/demo/Voice | 2 +- projects/examples/duplex.cpp | 2 -- 8 files changed, 7 insertions(+), 9 deletions(-) diff --git a/projects/demo/Banded b/projects/demo/Banded index eca70f5..3cffa3b 100755 --- a/projects/demo/Banded +++ b/projects/demo/Banded @@ -1 +1 @@ -wish < tcl/Banded.tcl | stk-demo BandedWG -or -ip +wish < tcl/Banded.tcl | ./stk-demo BandedWG -or -ip diff --git a/projects/demo/Drums b/projects/demo/Drums index f065f19..ef0afb9 100755 --- a/projects/demo/Drums +++ b/projects/demo/Drums @@ -1 +1 @@ -wish < tcl/Drums.tcl | stk-demo Drummer -or -ip +wish < tcl/Drums.tcl | ./stk-demo Drummer -or -ip diff --git a/projects/demo/Modal b/projects/demo/Modal index 96409c6..bfbb361 100755 --- a/projects/demo/Modal +++ b/projects/demo/Modal @@ -1 +1 @@ -wish < tcl/Modal.tcl | stk-demo ModalBar -or -ip +wish < tcl/Modal.tcl | ./stk-demo ModalBar -or -ip diff --git a/projects/demo/Physical b/projects/demo/Physical index 3a4c2df..d29f763 100755 --- a/projects/demo/Physical +++ b/projects/demo/Physical @@ -1 +1 @@ -wish < tcl/Physical.tcl | stk-demo Clarinet -or -ip +wish < tcl/Physical.tcl | ./stk-demo Clarinet -or -ip diff --git a/projects/demo/Shakers b/projects/demo/Shakers index 0f6b264..9f85c00 100755 --- a/projects/demo/Shakers +++ b/projects/demo/Shakers @@ -1 +1 @@ -wish < tcl/Shakers.tcl | stk-demo Shakers -or -ip +wish < tcl/Shakers.tcl | ./stk-demo Shakers -or -ip diff --git a/projects/demo/StkDemo b/projects/demo/StkDemo index 517d563..a17cf59 100755 --- a/projects/demo/StkDemo +++ b/projects/demo/StkDemo @@ -1 +1 @@ -wish < tcl/Demo.tcl | stk-demo Clarinet -or -ip +wish < tcl/Demo.tcl | ./stk-demo Clarinet -or -ip diff --git a/projects/demo/Voice b/projects/demo/Voice index 7da993f..c410a3e 100755 --- a/projects/demo/Voice +++ b/projects/demo/Voice @@ -1 +1 @@ -wish < tcl/Voice.tcl | stk-demo FMVoices -or -ip +wish < tcl/Voice.tcl | ./stk-demo FMVoices -or -ip diff --git a/projects/examples/duplex.cpp b/projects/examples/duplex.cpp index 696dfd8..d0a0200 100644 --- a/projects/examples/duplex.cpp +++ b/projects/examples/duplex.cpp @@ -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;