xi2

a plain text language that compiles to MIDI
git clone https://git.ce9e.org/xi2.git

commit
bbc8660dce4ad2065c084b744c0a15f82b4b773b
parent
6ab94169b644700cf4c10e8d01ecbe2b21c934cc
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-09-18 22:27
update midi spec link

Diffstat

M midi.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/midi.py b/midi.py

@@ -1,4 +1,4 @@
    1    -1 # http://www.sonicspot.com/guide/midifiles.html
   -1     1 # https://web.archive.org/web/20131030010909/http://www.sonicspot.com/guide/midifiles.html
    2     2 
    3     3 import io
    4     4