Skip to content

Push2.transport_state

Module constants

  • COUNT_IN_DURATION_IN_BARS = (0, 1, 2, 4)

Classes

class TransportState(Component)

Bases: Component

Attributes

  • count_in_duration
  • _TransportState__on_count_in_duration_changed
  • _TransportState__on_is_counting_in_changed
  • _TransportState__on_signature_numerator_changed
  • _TransportState__on_signature_denominator_changed
  • _TransportState__on_is_playing_changed
  • _TransportState__on_count_in_channel_changed

__init__(self, song, *a, **kw)

count_in_real_time_channel_id(self)

is_counting_in(self)

signature_numerator(self)

signature_denominator(self)

_update_count_in_duration(self)

__on_count_in_duration_changed(self)

__on_is_counting_in_changed(self)

__on_signature_numerator_changed(self)

__on_signature_denominator_changed(self)

is_playing(self)

__on_is_playing_changed(self)

__on_count_in_channel_changed(self)