We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ac221 commit d09a000Copy full SHA for d09a000
src/Effect.h
@@ -36,6 +36,10 @@ class Effect : public Stk
36
//! Set the mixture of input and "effected" levels in the output (0.0 = input only, 1.0 = effect only).
37
virtual void setEffectMix( StkFloat mix );
38
39
+ //! Support tick! (pschatzmann)
40
+ virtual StkFloat tick (StkFloat input, unsigned int channel=0)=0;
41
+
42
43
protected:
44
45
// Returns true if argument value is prime.
0 commit comments