class documentation
Undocumented
| Method | __init__ |
Create new sequencer object to control and schedule timing of midi events |
| Method | delete |
Undocumented |
| Method | get |
Undocumented |
| Method | note |
Undocumented |
| Method | note |
Undocumented |
| Method | note |
Undocumented |
| Method | process |
Undocumented |
| Method | register |
Undocumented |
| Method | register |
Undocumented |
| Method | timer |
Undocumented |
| Instance Variable | client |
Undocumented |
| Instance Variable | sequencer |
Undocumented |
| Method | _create |
Undocumented |
| Method | _schedule |
Undocumented |
Create new sequencer object to control and schedule timing of midi events
Optional keyword arguments: time_scale: ticks per second, defaults to 1000 use_system_timer: whether the sequencer should advance by itself
def note(self, time, channel, key, velocity, duration, source=-1, dest=-1, absolute=True):
(source)
¶
Undocumented