timeMode()
Returns the time mode for the custom patch.
Declaration
class func timeMode() -> QCPlugInTimeModeReturn Value
The time mode of the custom patch. See QCPlugInTimeMode for the constants you can return.
Discussion
You must implement this method to define whether you custom patch depends on time, doesn’t depend on time, or needs time to idle.