You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Processors/GenericProcessor/GenericProcessor.h
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -337,9 +337,13 @@ class PLUGIN_API GenericProcessor : public AudioProcessor
337
337
/** Returns true if a processor is ready to process data (e.g., all of its parameters are initialized, and its data source is connected).*/
338
338
virtualboolisReady();
339
339
340
+
boolenableProcessor();
341
+
340
342
/** Called immediately prior to the start of data acquisition, once all processors in the signal chain have indicated they are ready to process data.*/
341
343
virtualboolenable();
342
344
345
+
booldisableProcessor();
346
+
343
347
/** Called immediately after the end of data acquisition.*/
344
348
virtualbooldisable();
345
349
@@ -484,9 +488,6 @@ class PLUGIN_API GenericProcessor : public AudioProcessor
0 commit comments