Pad.activatePush

Activates or deactivates the given pad in push mode via dispatching to the pad's activatepushfunc. For use from within pad activation functions only. If you don't know what this is, you probably don't want to call it.

class Pad
int
activatePush
(
int active
)

Parameters

active int

whether the pad should be active or not.

Return Value

Type: int

TRUE if the operation was successful. MT safe.

Meta