| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1778,6 +1778,10 @@ def incoming_midi_events(self): | |||
| 1778 | 1778 | event : buffer | |
| 1779 | 1779 | The actual MIDI event data. | |
| 1780 | 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 | + | ||
| 1781 | 1785 | """ | |
| 1782 | 1786 | event = self._event | |
| 1783 | 1787 | buf = _lib.jack_port_get_buffer(self._ptr, self._client.blocksize) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments