7
Demo of the TIC-MIDI MIDI converter. The song is Sonata for Piano with Horn, Op. 17 by L. V. Beethoven.
TIC-MIDI can be found here: https://github.com/wojciech-graj/TIC-MIDI
jdrew619
|
Hi! I tried to make my own, I ran the converter script and created a cart but when I load it, it says "code is empty". The same happens with the "test_out.tic" in the "Examples" folder. However, the "visualization.tic" cart works, so I feel like I'm missing a step...
|
wojtek_graj
|
Hey @jdrew619 . The only thing the converter does is edit the music-related chunks of the cart, but it doesn't generate any code. That is the responsibility of the person who is making their game with music produced by TIC-MIDI. As such, to try out test_out.tic, you should go to the music editor (ALT+5) and press space to play, or write your own BOOT function that calls the music function.
|
jdrew619
|
Thanks @wojtek_graj for taking the time to respond. I am a beginner here just trying to learn and I wanted to try this out.
|