midiin | Audio.Connection inputs as an array |
clear(float from) | clear all scheduled events starting from the given measure |
schedule(Midi.Message message, float measure, Time.Clock clock) | schedule a MIDI message |
schedule(Midi.Note note, float measure, Time.Clock clock) | schedule a MIDI note |
schedule(Midi.Pattern pattern, float measure, Time.Clock clock) | schedule a MIDI Pattern |
schedule(Midi.Sequence sequence, float measure, Time.Clock clock) | schedule a MIDI sequence |
Audio.Connection inputs as an array. Adding or removing elements to this array has no effect on the underlying audio component.
Clear all scheduled events starting from the given measure
Schedule a MIDI message
Schedule a MIDI note
Schedule a MIDI Pattern
Schedule a MIDI sequence