2024-04

ダンス

ダンスは音楽から始まります 音楽をかけてください

ダンス

健康がダンスとカラオケの原動力です

ダンス

瞬時の判断で体が移動する練習

ダンス

楽しく健康管理しています

ダンス

踊れ歌謡曲ボールルームダンスミュージック第3弾

ダンス

歩幅を大きくするテクニック

ダンス

踊れ歌謡曲ボールルームダンスミュージック第2弾

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); });