sequence:setTempo converts inputs to integers

Oof. Don't know how I missed that. I guess because I based the implementation off .mid files and the tempo is an integer there it just didn't cross my mind. I think the fix is just a simple matter of changing all the instances of that variable from int to float, so we should be able to get this fixed in 1.13.1. Thanks for catching this!

1 Like