mirror of
https://github.com/thestk/stk
synced 2026-02-02 07:46:14 +00:00
Updates to demo project scripts to specify the path to the binary file
This commit is contained in:
@@ -1 +1 @@
|
|||||||
wish < tcl/Banded.tcl | stk-demo BandedWG -or -ip
|
wish < tcl/Banded.tcl | ./stk-demo BandedWG -or -ip
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
wish < tcl/Drums.tcl | stk-demo Drummer -or -ip
|
wish < tcl/Drums.tcl | ./stk-demo Drummer -or -ip
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
wish < tcl/Modal.tcl | stk-demo ModalBar -or -ip
|
wish < tcl/Modal.tcl | ./stk-demo ModalBar -or -ip
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
wish < tcl/Physical.tcl | stk-demo Clarinet -or -ip
|
wish < tcl/Physical.tcl | ./stk-demo Clarinet -or -ip
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
wish < tcl/Shakers.tcl | stk-demo Shakers -or -ip
|
wish < tcl/Shakers.tcl | ./stk-demo Shakers -or -ip
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
wish < tcl/Demo.tcl | stk-demo Clarinet -or -ip
|
wish < tcl/Demo.tcl | ./stk-demo Clarinet -or -ip
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
wish < tcl/Voice.tcl | stk-demo FMVoices -or -ip
|
wish < tcl/Voice.tcl | ./stk-demo FMVoices -or -ip
|
||||||
|
|||||||
@@ -113,8 +113,6 @@ int main(int argc, char *argv[])
|
|||||||
exit( 1 );
|
exit( 1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Test RtAudio functionality for reporting latency.
|
// Test RtAudio functionality for reporting latency.
|
||||||
std::cout << "\nStream latency = " << adac.getStreamLatency() << " frames" << std::endl;
|
std::cout << "\nStream latency = " << adac.getStreamLatency() << " frames" << std::endl;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user