🌈 搜索
📅  最后修改于: 2022-03-11 15:01:43.391000             🧑  作者: Mango
var bpm = 80; setInterval(function() { //play a sound }, Math.round(60000 / bpm));