Clip.Clip

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_color_index_listener Add a listener function or method, which will be called as soon as the property "color_index" has changed.
add_is_playing_listener Add a listener function or method, which will be called as soon as the property "is_playing" has changed.
add_is_triggered_listener Add a listener function or method, which will be called as soon as the property "is_triggered" has changed.
add_loop_end_listener Add a listener function or method, which will be called as soon as the property "loop_end" has changed.
add_loop_jump_listener Add a listener function or method, which will be called as soon as the property "loop_jump" has changed.
add_loop_start_listener Add a listener function or method, which will be called as soon as the property "loop_start" has changed.
add_looping_listener Add a listener function or method, which will be called as soon as the property "looping" has changed.
add_muted_listener Add a listener function or method, which will be called as soon as the property "muted" has changed.
add_name_listener Add a listener function or method, which will be called as soon as the property "name" has changed.
add_pitch_coarse_listener Add a listener function or method, which will be called as soon as the property "pitch_coarse" has changed.
add_pitch_fine_listener Add a listener function or method, which will be called as soon as the property "pitch_fine" has changed.
add_signature_denominator_listener Add a listener function or method, which will be called as soon as the property "signature_denominator" has changed.
add_signature_numerator_listener Add a listener function or method, which will be called as soon as the property "signature_numerator" has changed.
add_warping_listener Add a listener function or method, which will be called as soon as the property "warping" has changed.
color_index_has_listener Returns true, if the given listener function or method is connected to the property "color_index".
fire (Re)Start playing this Clip.
is_playing_has_listener Returns true, if the given listener function or method is connected to the property "is_playing".
is_triggered_has_listener Returns true, if the given listener function or method is connected to the property "is_triggered".
loop_end_has_listener Returns true, if the given listener function or method is connected to the property "loop_end".
loop_jump_has_listener Returns true, if the given listener function or method is connected to the property "loop_jump".
loop_start_has_listener Returns true, if the given listener function or method is connected to the property "loop_start".
looping_has_listener Returns true, if the given listener function or method is connected to the property "looping".
move_playing_pos Jump forward or backward by the specified relative amount in beats. Will do nothing, if the Clip is not playing.
muted_has_listener Returns true, if the given listener function or method is connected to the property "muted".
name_has_listener Returns true, if the given listener function or method is connected to the property "name".
pitch_coarse_has_listener Returns true, if the given listener function or method is connected to the property "pitch_coarse".
pitch_fine_has_listener Returns true, if the given listener function or method is connected to the property "pitch_fine".
remove_color_index_listener Remove a previously set listener function or method from property "color_index".
remove_is_playing_listener Remove a previously set listener function or method from property "is_playing".
remove_is_triggered_listener Remove a previously set listener function or method from property "is_triggered".
remove_loop_end_listener Remove a previously set listener function or method from property "loop_end".
remove_loop_jump_listener Remove a previously set listener function or method from property "loop_jump".
remove_loop_start_listener Remove a previously set listener function or method from property "loop_start".
remove_looping_listener Remove a previously set listener function or method from property "looping".
remove_muted_listener Remove a previously set listener function or method from property "muted".
remove_name_listener Remove a previously set listener function or method from property "name".
remove_pitch_coarse_listener Remove a previously set listener function or method from property "pitch_coarse".
remove_pitch_fine_listener Remove a previously set listener function or method from property "pitch_fine".
remove_signature_denominator_listener Remove a previously set listener function or method from property "signature_denominator".
remove_signature_numerator_listener Remove a previously set listener function or method from property "signature_numerator".
remove_warping_listener Remove a previously set listener function or method from property "warping".
signature_denominator_has_listener Returns true, if the given listener function or method is connected to the property "signature_denominator".
signature_numerator_has_listener Returns true, if the given listener function or method is connected to the property "signature_numerator".
stop Stop playing this Clip.
warping_has_listener Returns true, if the given listener function or method is connected to the property "warping".

Attributes
__dict__ dict {}
__weakref__ NoneType None
color_index int 37
is_audio_clip int 1
is_midi_clip int 0
is_playing int 1
is_triggered int 0
length float 2.22717646936
loop_end float 3.97717646936
loop_start float 1.75
looping int 0
muted int 0
name unicode 723_elmomo_Rabzaaa
pitch_coarse int -4
pitch_fine float 0.0
signature_denominator int 4
signature_numerator int 4
warping int 1

Builtins
__delattr__
__getattribute__
__hash__
__init__
__new__
__reduce__
__repr__
__setattr__
__str__