delay(hand_delay); | delay(hand_delay); | ||||
strum_dn(chord, 0.7); | strum_dn(chord, 0.7); | ||||
delay(hand_delay); | delay(hand_delay); | ||||
Serial.print("Max CPU Usage = "); | |||||
Serial.print(AudioProcessorUsageMax(), 1); | |||||
Serial.println("%"); | |||||
} | } | ||||
void strum_up(const float *chord, float velocity) | void strum_up(const float *chord, float velocity) |