mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 14:50:18 +00:00
Enable MIDI clock/transport reception (ignore_types timing=False)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -476,6 +476,8 @@ class LiveEngine:
|
||||
break
|
||||
|
||||
self._midi_in.open_port(port)
|
||||
# Enable system realtime messages (clock, start, stop)
|
||||
self._midi_in.ignore_types(sysex=True, timing=False, active_sense=True)
|
||||
self._midi_in.set_callback(self._midi_callback)
|
||||
port_name = ports[port] if isinstance(port, int) else port
|
||||
|
||||
|
||||
Reference in New Issue
Block a user