Skip to content

ableton.v2.base.abl_signal

Module constants

  • short_circuit_signal

Classes

class Slot(object)

Bases: object

__init__(self, callback, *a, **k)

__call__(self, *a, **k)

__eq__(self, other)

__hash__(self)

class IdentifyingSlot(Slot)

Bases: Slot

__init__(self, sender, *a, **k)

__call__(self, *a, **k)

class Signal(object)

Bases: object

__init__(self, combiner, sender, *a, **k)

connect(self, slot, in_front, sender)

disconnect(self, slot)

disconnect_all(self)

count(self)

is_connected(self, slot)

__call__(self, *a, **k)

Functions

default_combiner(results)

_slot_notification_generator(slots, args, kws)

short_circuit_combiner(slot_results)