Document Effect::checkGate

This commit is contained in:
Johannes Lorenz
2019-04-22 09:27:01 +02:00
parent 22fb650a4f
commit d537561ffc

View File

@@ -161,6 +161,13 @@ public:
protected:
/**
Effects should call this at the end of audio processing
If the setting "Keep effects running even without input" is disabled,
after "decay" ms of a signal below "gate", the effect is turned off
and won't be processed again until it receives new audio input
*/
void checkGate( double _out_sum );
virtual PluginView * instantiateView( QWidget * );