Song.View

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
add_detail_clip_listener Add a listener function or method, which will be called as soon as the property "detail_clip" has changed.
add_draw_mode_listener Add a listener function or method, which will be called as soon as the property "draw_mode" has changed.
add_follow_song_listener Add a listener function or method, which will be called as soon as the property "follow_song" has changed.
add_selected_scene_listener Add a listener function or method, which will be called as soon as the property "selected_scene" has changed.
add_selected_track_listener Add a listener function or method, which will be called as soon as the property "selected_track" has changed.
detail_clip_has_listener Returns true, if the given listener function or method is connected to the property "detail_clip".
draw_mode_has_listener Returns true, if the given listener function or method is connected to the property "draw_mode".
follow_song_has_listener Returns true, if the given listener function or method is connected to the property "follow_song".
remove_detail_clip_listener Remove a previously set listener function or method from property "detail_clip".
remove_draw_mode_listener Remove a previously set listener function or method from property "draw_mode".
remove_follow_song_listener Remove a previously set listener function or method from property "follow_song".
remove_selected_scene_listener Remove a previously set listener function or method from property "selected_scene".
remove_selected_track_listener Remove a previously set listener function or method from property "selected_track".
selected_scene_has_listener Returns true, if the given listener function or method is connected to the property "selected_scene".
selected_track_has_listener Returns true, if the given listener function or method is connected to the property "selected_track".

Attributes
__dict__ dict {}
__weakref__ NoneType None
detail_clip class Clip.Clip Clip.Clip
draw_mode int 1
follow_song int 0
highlighted_clip_slot class ClipSlot.ClipSlot ClipSlot.ClipSlot
selected_scene class Scene.Scene Scene.Scene
selected_track class Track.Track Track.Track

Builtins
__delattr__
__getattribute__
__hash__
__init__
__new__
__reduce__
__repr__
__setattr__
__str__