disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

MidiNoteModule

Properties

channel : int

UserName: Channel (1-base)

device : int

UserName: Device

duration : float

UserName: Duration

note : int

The integer value of the note to send. The valid range is 0 - 127. Outside of this, no message will be sent.

UserName: Note

velocity : int

UserName: Velocity

Constructors

__init__(self)