Let's begin by making something like Mario Paint, a simple piano roll that lets me paint notes, see how much steam I have left when I get there, hopefully it'll discourage me to keep going.
Top-level
Let's begin by making something like Mario Paint, a simple piano roll that lets me paint notes, see how much steam I have left when I get there, hopefully it'll discourage me to keep going. 3 comments
If you want to do a quick modulo that falls on a number in the (2,4,8,16) series, you can use the AND bitwise operator with the bound-1 value. Example: % 4, is the same as & 3 |
This piano octave design is neat because it's only two draw calls :maru: