Arduino Programming
We tried figuring out a way to incorporate a BPM to milliseconds calculation for a variety of note durations so that we could change BPM at will and therefore simplify our delay usage, as is shown on the left. However, it seems that delays only take integer inputs and don't accept variables. This idea was scrapped, so now all delay duration calculations will be done by hand and input into each delay as an integer value. This section was removed and we started manual calculations of how many milliseconds each note duration would equate to.
