We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbf5b0 commit 0e50d67Copy full SHA for 0e50d67
1 file changed
src/jack.py
@@ -1778,6 +1778,10 @@ def incoming_midi_events(self):
1778
event : buffer
1779
The actual MIDI event data.
1780
1781
+ .. warning:: The buffer is re-used (and therefore
1782
+ overwritten) between iterations. If you want to keep the
1783
+ data beyond the current iteration, please make a copy.
1784
+
1785
"""
1786
event = self._event
1787
buf = _lib.jack_port_get_buffer(self._ptr, self._client.blocksize)
0 commit comments