For all PICO-8 musicians out there: a pico metronome, Piconome.
Licence: cc-by.
This is my first PICO-8/Lua program. Feedback is very welcome ^_^
Piconome doesn’t support polyrhythm. If you want to change it in order to add support of polyrhythm, feel free and please let me know…
Changelog and older carts:



Nice!
When adjusting BPM speed it's tricky to move by 1 unit
Let's say I want to move from 120 to 160 BPM. I press and hold right cursor and stop when I get near to the target number. I actually stop on 161. I press left and it jumps to 159, right and it goes back to 161. I have to either press the key very quickly, very light tap, or go away from 160 and then come back to try to land exactly on it.
Some kind of speed ramping or acceleration in the numbers changing would help.



Thanks :-)
Fixed this problem in the current version (1.1) by using slower, more precise adjustment by default.
I also added a title screen, a help screen and support for SFX ‘banks’.



I like the interface. Unfortunately it doesn't keep time very well, at least on my machine. Especially noticeable at higher tempos.



Thanks :-)
It uses the the fact _update() should be called 30 times per second for timing. Is there any better way to do that?
What system do you run it on? Is it from PICO-8 itself, or using the browser?
[Please log in to post a comment]