DrumMachine note values #80
Replies: 1 comment
-
Ok, I guess I can pick up the notes from these url's: In that case, when I see: |
Beta Was this translation helpful? Give feedback.
-
Ok, I guess I can pick up the notes from these url's: In that case, when I see: |
Beta Was this translation helpful? Give feedback.
-
Hello,
In this code:
const context = new AudioContext();
const drums = new DrumMachine(context, { instrument: "TR-808" });
drums.start({ note: "kick" });
What are the possible values for note?
Tks
Beta Was this translation helpful? Give feedback.
All reactions