disguise developers

Designer Plugins

Plugins for Disguise Designer software.

EventTransportOSC

Base class: EventTransport

Properties

brightness : str

OSC string mapped to control master brightness; the message should be a float between 0 and 1

cue : str

cue_play_mode : int

fade_down : str

fade_up : str

feedbackInterval : float

Sets the time interval between two messages, in seconds

feedbackMode : int

floatCue : str

Cue sent as floating point number, in the form xx.yy yy is always taken to be 2 digits, so 2.1 is interpreted as 2.10

hold : str

loop_section : str

next_section : str

next_track : str

osc_device : OscDevice

outputs : List[OutputOSCExpression]

play : str

play_section : str

previous_section : str

previous_track : str

return_to_start : str

stop : str

track_id : str

track_name : str

volume : str

OSC string mapped to control audio volume; the message should be a float between 0 and 1

Variables

FeedbackModeAlwaysSend : Final = 1

FeedbackModeNeverSend : Final = 2

FeedbackModeSendChangesOnly : Final = 0