貴方の体を引き締めること間違いなしですNO2
ダンス
2025-04-01

昭和歌謡JIVE2曲集
です 楽しく 踊って 鼻歌を 歌いながら
足踏みだけで足形は 要りません
心は若者に変身します

音楽に合わせて足踏みをしてください
普段は足形を考えていますが あまり足形を考えないでください
公告
アンケートに答えるだけで小遣い稼ぎが出来るアンケートモニターサイト
https://infoq.jp/referral/index/33683e9c4ad7ee4/0
タイトルとURLをコピーしました
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);
});