Skip to content

Commit

Permalink
Update README with integration with lua code.
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-graj committed Mar 16, 2023
1 parent 12fc076 commit 8af17cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8af17cb

Please sign in to comment.