renoise.ScriptingTool.MidiMessage
MIDI message as passed to the
invokecallback in tool midi_mappings.
Properties
int_value : integer?
Range: (0S - 127) for abs values, Range: (-63 - 63) for relative values valid when
is_rel_value()oris_abs_value()returns true, else undefined
boolean_value : boolean?
valid [true OR false] when
is_switch()returns true, else undefined
Functions
is_trigger(self)
returns if action should be invoked
is_switch(self)
check if the boolean_value property is valid
is_rel_value(self)
->boolean
check if the int_value property is valid
is_abs_value(self)
->boolean
check if the int_value property is valid