Overview of supported event types
masterIsobar supports three primary categories of events:
- Note events: Trigger discrete MIDI notes. They typically include properties for
durationandamplitude. - Control events: Handle MIDI messages such as control change, program change, and pitchwheel. These can be used to apply quasi-continuous control curves.
- Action events: Allow you to call arbitrary Python functions at scheduled times.