Skip to content

Commit 4ea1260

Browse files
committed
stk_files
1 parent a9c6305 commit 4ea1260

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/examples-stk/streams-stk_files-audiokit/streams-stk_files-audiokit.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ void play() {
3535
if (active){
3636
// play note for 800 ms
3737
freq = notes_array[random(sizeof(notes_array)/sizeof(uint16_t))];
38+
39+
Serial.print("playing ");
40+
Serial.println(freq);
41+
3842
p_instrument->noteOn(freq, note_amplitude);
3943
timeout = millis()+800;
4044
active = false;

0 commit comments

Comments
 (0)