2024-03

ダンス

ダンスを全くの初めて始めるのが何年か前のまー猿もでした

ダンス

踊れ歌謡曲ボールルームダンスミュージック第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); });