mirror of
https://github.com/thestk/stk
synced 2026-04-27 09:38:37 +00:00
Version 4.4.1
This commit is contained in:
committed by
Stephen Sinclair
parent
eccd8c9981
commit
b6a2202011
@@ -31,6 +31,9 @@ public:
|
||||
//! Compute one sample frame and return the specified \c channel value.
|
||||
virtual StkFloat tick( unsigned int channel = 0 ) = 0;
|
||||
|
||||
//! Fill the StkFrames argument with computed frames and return the same reference.
|
||||
virtual StkFrames& tick( StkFrames& frames ) = 0;
|
||||
|
||||
protected:
|
||||
|
||||
StkFrames data_;
|
||||
|
||||
Reference in New Issue
Block a user