leaf

Results 381 comments of leaf
trafficstars

It's required to play notes completely separately, are you sure your fingers aren't slightly depressing keys between notes? In any case, I think the detection can be improved to be...

Thanks for the info. Only note on and off events should be processed. I think it might be worthwhile to add a midi event recording tool so I can have...

Also, just for confirmation, this is with the "melody playback" ear training exercise right?

The latest development version has in-browser sounds. Are you referring to those piano sounds when you say you want more? (the version deployed to sightreading.training has no built in sounds...

Hey, sorry for not getting back sooner. Most web development frameworks require openssl. PHP is generally compiled with it. If you're using nginx then it's compiled with it (unless you...

I thought about doing that but then I realized after looking at a lot of package descriptions that they have specific formatting in the rockspec because the author assumed it...

What kind of database is this? Is this postgres? Do you need to use models across both databases? From a high level you minimally need to initialize a new connection...

the docker image is too out of date, so when trying to install those two missing packages there's version mismatch between the libs on the system. There are a few...

I've updated the base image and the dockerfile/ci script for this project. There are some broken tests that I'm still investigating

try: ```lua db.query "begin" -- all the inserts/updates db.query "commit" ``` Note that this is a bit risky if there's an error after opening the transaction, since you don't want...