We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9eabd commit 6db9a65Copy full SHA for 6db9a65
examples/midi_monitor.py
@@ -12,7 +12,6 @@
12
@client.set_process_callback
13
def process(frames):
14
for offset, data in port.incoming_midi_events():
15
- # TODO: use ringbuffer
16
print("{0}: 0x{1}".format(client.last_frame_time + offset,
17
binascii.hexlify(data).decode()))
18
return jack.CALL_AGAIN
0 commit comments