implements Midi.Sink
A MIDI system output.Output(string name) |
Output(string name, string connection) |
void clear(float from)
clear all scheduled events starting from the given measure |
void connectMidi(Midi.Source source)
connect the given midi source to this object |
void schedule(Midi.Message message, float measure) |
void schedule(Midi.Message message, float measure, Time.Clock clock) |
void schedule(Midi.Note note, float measure) |
void schedule(Midi.Note note, float measure, Time.Clock clock) |
void schedule(Midi.Pattern pattern, float measure) |
void schedule(Midi.Pattern pattern, float measure, Time.Clock clock) |
Clear all scheduled events starting from the given measure
Connect the given MIDI source to this object