Contents

timeMode()

Returns the time mode for the custom patch.

Declaration

class func timeMode() -> QCPlugInTimeMode

Return 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.

See Also

Defining the Characteristics of a Custom Patch