words
0
Q:

metronome

var bpm = 80;
setInterval(function() {
//play a sound
}, Math.round(60000 / bpm));
3

New to Communities?

Join the community