You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the next line I define an int of the number of the array, to use as third input of the playInput method. Rather than have to define that number manually for each riff, I'd like the playInput to derive that number from the noteDurations array for each riff.
Currently in https://github.com/alexfornuto/arduino/blob/master/metallica/metallica.ino I need to create an int value for every riff, and manually define it as the number of beats in that riff. It would be swell if I could find that value through some function in the
playInput
method instead.The text was updated successfully, but these errors were encountered: