This module contains functions to query or control the state of the mididings event processing engine from Python code.
Switch to the given scene number.
Switch to the given subscene number.
Return the current scene number.
Return the current subscene number.
Return a dictionary of all scenes. Keys are scene numbers, values are tuples containing the scene name and a (possibly empty) list of subscene names.
Send an event directly to an output port, completely bypassing any other event processing.
Return a list of the configured input port names.
Return a list of the configured output port names.
Return the time in seconds (floating point) since some unspecified starting point. Unlike Python’s time.time(), this clock is guaranteed to be monotonic.