Skip to content

Live.Base (runtime)

Live 10, Live Object Model & framework reference (descriptions and signatures).

Live Object Model, from the Live 10 API XML documentation.

Functions

log(arg1)

Classes

class FloatVector

A simple container for returning floats from Live.

Methods

append(arg1,arg2)
extend(arg1,arg2)

class IntVector

A simple container for returning integers from Live.

Methods

append(arg1,arg2)
extend(arg1,arg2)

class LimitationError

class ObjectVector

A simple read only container for returning python objects.

Methods

append(arg1,arg2)
extend(arg1,arg2)

class StringVector

A simple container for returning strings from Live.

Methods

append(arg1,arg2)
extend(arg1,arg2)

class Timer

A timer that will trigger a callback after a certain inverval. The timer can be repeated and will trigger the callback every interval. Errors in the callback will stop the timer.

Properties

  • running

Methods

restart(arg1)
start(arg1)
stop(arg1)

class Vector

A simple read only container for returning objects from Live.

Methods

append(arg1,arg2)
extend(arg1,arg2)