meeting with Dave:
each of the arp need to flexible to have different sizes
how can I not rely on the delay? , adding milis
Add an array for the frequencies? array of notes and frequencies
next steps: let's do note numbers —> array of key board notes frequencies
create a new function that plays a note
using else/if statement
having multiple positive statements — sticks all the ifs into one statement
you can have as many else ifs
useful for situations where there are multiple options but you only want one to be happening
command f to find and replace all
functions for waveform
you have to begin(waveform) in the setup
FINE TUNE LATER
To Do:
add millis
find a better way to calculate the frequencies
when you make the array make it intervals rather than specific frequencies
example A 440
440 * 2 ^ 4/12
todo:
change the frequency variable to say Potfrequency so its more specific
int chordtype[5][4] = {{0, 4, 7, 12}
just get this part working first
start with the major chord —> array of chords —> several arp modes with the array of chords