simi-den@cty-net.ne.jp

ダンス

場所が変わるとうまく踊れない?

ダンス

力強くタンゴで元気を出そう

ダンス

速く足を運ぶのが難しくなってきましたチャチャチャ

ダンス

これが踊れると最高にたのしいサンバのリズム

ダンス

1枚の写真で話題を作れるサークルの良さサークルの仲間になりませんか

ダンス

膝を前に出して後退する?

ダンス

スローフォックストロット

oscillator.frequency.value = freq; oscillator.connect(gainNode); gainNode.connect(audioCtx.destination); oscillator.start(); gainNode.gain.setValueAtTime(1, audioCtx.currentTime); gainNode.gain.exponentialRampToValueAtTime(0.0001, audioCtx.currentTime + duration); oscillator.stop(audioCtx.currentTime + duration); } const beat = 60 / 100; document.getElementById("one").addEventListener("click", function () { playTone(2000, beat * 0.75); }); document.getElementById("a").addEventListener("click", function () { playTone(2000, beat * 0.25); }); document.getElementById("two").addEventListener("click", function () { playTone(2000, beat * 1); });