We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c6305 commit 4ea1260Copy full SHA for 4ea1260
examples/examples-stk/streams-stk_files-audiokit/streams-stk_files-audiokit.ino
@@ -35,6 +35,10 @@ void play() {
35
if (active){
36
// play note for 800 ms
37
freq = notes_array[random(sizeof(notes_array)/sizeof(uint16_t))];
38
+
39
+ Serial.print("playing ");
40
+ Serial.println(freq);
41
42
p_instrument->noteOn(freq, note_amplitude);
43
timeout = millis()+800;
44
active = false;
0 commit comments