mirror of
https://github.com/thestk/stk
synced 2026-01-11 12:01:52 +00:00
Fix to FileWvIn / FileLoop for file open issue and normalization.
This commit is contained in:
@@ -170,7 +170,7 @@ public:
|
||||
performed if _STK_DEBUG_ is defined during compilation, in which
|
||||
case an out-of-range value will trigger an StkError exception.
|
||||
*/
|
||||
virtual StkFrames& tick( StkFrames& frames,unsigned int channel = 0 );
|
||||
virtual StkFrames& tick( StkFrames& frames, unsigned int channel = 0 );
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user