renoise.ScriptingTool.MidiMessage

MIDI message as passed to the invoke callback in tool midi_mappings.


Properties

boolean_value : boolean?

valid [true OR false] when is_switch() returns true, else undefined

int_value : integer?

Range: (0S - 127) for abs values, Range: (-63 - 63) for relative values valid when is_rel_value() or is_abs_value() returns true, else undefined


Functions

is_abs_value(self)

->boolean

check if the int_value property is valid

is_rel_value(self)

->boolean

check if the int_value property is valid

is_switch(self)

check if the boolean_value property is valid

is_trigger(self)

returns if action should be invoked