So this baby is running:
http://www.megaupload.com/?d=70C6KV5H
it shows the Loop end and start point of the current selectet Clip - look here:
http://img32.imageshack.us/img32/5168/l ... unning.jpg
What I now would make is, to press on one of this 64 buttons, to set the end
point, and by pressing shift and one of these buttons to get the start point
but this is now the problem ---there is no function for this? look @ this:
print: info id 2
print: info type Clip
print: info description This class represents a Clip in Live. It can be either an Audio Clip or a MIDI Clip\, in an Arrangement or the Session\, depending on the Track (Slot) it lives in.
print: info child canonical_parent ClipSlot
print: info property color int
print: info property is_audio_clip bool
print: info property is_midi_clip bool
print: info property is_playing bool
print: info property is_recording bool
print: info property is_triggered bool
print: info property length float
print: info property loop_end float
print: info property loop_start float
print: info property looping bool
print: info property muted bool
print: info property name unicode
print: info property signature_denominator int
print: info property signature_numerator int
print: info property will_record_on_start bool
print: info function deselect_all_notes
print: info function fire
print: info function get_selected_notes
print: info function move_playing_pos
print: info function replace_selected_notes
print: info function select_all_notes
print: info function set_fire_button_state
print: info function stop
print: info done