| __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". |