From 8af17cbf37dffca4942d65ad9e2c2c5cd087f27c Mon Sep 17 00:00:00 2001 From: Wojciech Graj Date: Thu, 16 Mar 2023 23:56:31 +0100 Subject: [PATCH] Update README with integration with lua code. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a61c1f6..4ac25d2 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ You can adjust the audio's resolution, midi-track-to-sfx mapping, and the output $ python tic_midi.py -h ``` +When playing the music with your lua code, set `sustain=true` in your `music` function call, since the converter currently doesn't re-play notes when starting a new frame. + A sample MIDI file, and the cartridge produced with it, can be found in the `example` directory. ### License