Skip to content

Commit 6db9a65

Browse files
committed
Remove RingBuffer TODO from midi_monitor example
1 parent da9eabd commit 6db9a65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/midi_monitor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
@client.set_process_callback
1313
def process(frames):
1414
for offset, data in port.incoming_midi_events():
15-
# TODO: use ringbuffer
1615
print("{0}: 0x{1}".format(client.last_frame_time + offset,
1716
binascii.hexlify(data).decode()))
1817
return jack.CALL_AGAIN

0 commit comments

Comments
 (0)