- commit
- 3a3ddbdabfb471b1ba7740d38b5952a6a7f93c4c
- parent
- 84cc22ede7de7db45592cd360e8b0427db37986f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-09-19 06:41
fixup comments
Diffstat
| M | midi.py | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/midi.py b/midi.py
@@ -2,7 +2,7 @@ 2 2 3 3 import io 4 45 -1 TIME_DEVISION = 0x00c0 # two bytes-1 5 TIME_DEVISION = 0x00c0 # two bytes 6 6 7 7 8 8 class Midi: