Live.Listener (runtime)¶
Live 9, Live Object Model & framework reference (descriptions and signatures).
Live Object Model, from the Live 9 API XML documentation.
Classes¶
class ListenerHandle¶
This class represents a Python listener when connected to a Live property.
Properties¶
listener_func- Returns the original functionlistener_self- Returns the weak reference to original self, if it was a bound methodname- Prints the name of the property that this listener is connected to
Methods¶
disconnect(arg1)¶
Disconnects the listener from its property
class ListenerVector¶
A read only container for accessing a list of listeners.