mirror of
https://github.com/thestk/stk
synced 2026-01-14 05:21:53 +00:00
Version 4.1.2
This commit is contained in:
committed by
Stephen Sinclair
parent
6e0d1955a8
commit
586b0add5f
@@ -8,8 +8,9 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
// Set the global sample rate before creating class instances.
|
||||
// Set the global sample rate and rawwave path before creating class instances.
|
||||
Stk::setSampleRate( 44100.0 );
|
||||
Stk::setRawwavePath( "../../rawwaves/" );
|
||||
|
||||
int i;
|
||||
RtWvOut *output = 0;
|
||||
|
||||
Reference in New Issue
Block a user