Log In  


hello! i have made a tool to make pico 8 music composing easier

see it in action: https://twitter.com/maplesbian/status/1148878267316932608

get to the good stuff: https://github.com/Lana-chan/it2p8.py

have fun

4


nice


Excellent!


wow, excellent, thanks


awesome, thanks!


I'm working on a similar project, a kind of gateway midifile => P8 music. Before starting it, I've made a gateway Atari frequencies tables => P8 music, it works fine, even on 4 tracks, as Atari and P8 allow it. I wrote a lot of Atari musics in the early 80's.

I've watched your code on github, input files (.it?) are in a binary format that I don't know.Can you tell me more?



Awesome, thank you! I've run your program with your test.it and I've added a little bit of lua to hear it, really awesome too!

function _init()
 music(0)
end

function _update()
end

function _draw()
end


[Please log in to post a comment]