ClipSlot.ClipSlot

Live API for Python (c)1999-2007 Ableton AG

Ableton grants to you the license to use Live's Python API and to
distribute applications based on the API under the following
conditions.
This license does not affect the terms of Ableton Live's End User
License Agreement or other licenses in any way.

1. Your application is released under the GPL license
   (http://www.gnu.org/licenses/gpl.html).

2. The end user is unmistakably informed about our conditions
   of use by presenting him the following disclaimer wherever
   applicable (download pages, installer dialogs, text files):

   DISCLAIMER: This work is based on an unsupported interface
   of Ableton Live 6.  Use at your own risk.  It is likely that
   things will not work with future versions of Live.  Please
   do not use it for applications which you need to rely on.

   Manipulating your Live Sets via this interface or software
   based on it might damage your documents in a way that they
   not longer can be opened in the current or future versions
   of Live.

   Please do not contact Ableton about questions and problems
   with this software.
Classes

Methods
__eq__ no documentation
__ne__ no documentation
__nonzero__ no documentation
add_has_clip_listener Add a listener function or method, which will be called as soon as the property "has_clip" has changed.
add_has_stop_button_listener Add a listener function or method, which will be called as soon as the property "has_stop_button" has changed.
fire Fire a Clip if this Clipslot owns one, else trigger the stop button, if we have one.
has_clip_has_listener Returns true, if the given listener function or method is connected to the property "has_clip".
has_stop_button_has_listener Returns true, if the given listener function or method is connected to the property "has_stop_button".
remove_has_clip_listener Remove a previously set listener function or method from property "has_clip".
remove_has_stop_button_listener Remove a previously set listener function or method from property "has_stop_button".
stop Stop playing the contained Clip, if there is a Clip and its currently playing.

Attributes
__dict__ dict {}
__weakref__ NoneType None
clip class Clip.Clip Clip.Clip
has_clip int 1
has_stop_button int 1

Builtins
__delattr__
__getattribute__
__hash__
__init__
__new__
__reduce__
__repr__
__setattr__
__str__