novation.print_to_clip¶
Module constants¶
MESSAGE_TYPE_INDEX = 0PACKET_ID_SLICEPAYLOAD_START_INDEX = 11START_POSITION_SLICELENGTH_SLICEPITCH_INDEX = 4VELOCITY_INDEX = 5MIN_DATA_PACKET_LENGTH = 13BYTES_PER_GROUP_OFFSET = 3BYTES_PER_NOTE = 6TIME_FACTOR = 500.0RESET_PACKET_ID_TASK_DELAY = 0.1WRAPPED_NOTE_OFFSET = 0.1LIMITATION_ERROR_MESSAGE = 'Print to clip failed: No more scenes can be inserted for this version of Live.'PACKET_ERROR_MESSAGE = 'Print to clip failed: Transmission error detected. Please try again.'
Classes¶
class MessageType(object)¶
Bases: object
Attributes¶
begin = 1data = 2end = 3
class Note(object)¶
Bases: object
Attributes¶
pitch = 0start = 1length = 2velocity = 3mute = 4
class PrintToClipComponent(Component)¶
Bases: Component
Attributes¶
print_to_clip_enabler_PrintToClipComponent__on_selected_track_changed