CtkObj:
Filter:
Classes (extension) | Libraries > CTK

CtkObj : Object
ExtensionExtension

A superclass of other CTK classes
Source: CTK.sc
 

Description

Class Methods

CtkObj.latency

CtkObj.latency = value

Sets default latency for sending OSC bundles. Setting this too low will result in inconsistent timing of events scheduled with Tasks and Routines (and "late" messages from the server). However, when set to 0, events from external controllers (MIDI, GUI etc.) will be processed as soon as possible, but "late" messages will be printed. Also see Scheduling and Server timing.

Inherited class methods

Undocumented class methods

CtkObj.addActions

CtkObj.cond

CtkObj.interplEnvExists

Instance Methods

.addTo(aCtkScore)

Add this object to a CtkScore

Arguments:

aCtkScore

An instance of CtkScore

Inherited instance methods

Undocumented instance methods

.addGetter(key, defaultVal)

.addMethod(key, func)

.addParameter(key, defaultVal)

.addSetter(key, func)

.addUniqueMethod(selector, function)

.at

.doesNotUnderstand(selector ... args)

.objargs

.uniqueMethods