Live.GroovePool (runtime)¶
Live 11 — Live Object Model & framework reference (descriptions and signatures).
Classes¶
class GroovePool(LomObject)¶
This class represents the groove pool in Live.
Properties¶
_live_ptrcanonical_parent- Get the canonical parent of the groove pool.grooves- Access to the list of grooves
Methods¶
__init__(...)¶
Raises an exception This class cannot be instantiated from Python
add_grooves_listener(...)¶
add_grooves_listener( (GroovePool)arg1, (object)arg2) -> None : Add a listener function or method, which will be called as soon as the property "grooves" has changed.
C++ signature :
void add_grooves_listener(TPyHandle<AGroovePool>,boost::python::api::object)
grooves_has_listener(...)¶
grooves_has_listener( (GroovePool)arg1, (object)arg2) -> bool : Returns true, if the given listener function or method is connected to the property "grooves".
C++ signature :
bool grooves_has_listener(TPyHandle<AGroovePool>,boost::python::api::object)
remove_grooves_listener(...)¶
remove_grooves_listener( (GroovePool)arg1, (object)arg2) -> None : Remove a previously set listener function or method from property "grooves".
C++ signature :
void remove_grooves_listener(TPyHandle<AGroovePool>,boost::python::api::object)