2024-09

ダンス

社交ダンスの分類

ダンス

音楽が変わっても踊れるダンス技術

ダンス

故郷 で 踊りませんか リズムに合わせませんか

ダンス

アデノウイルスによる感染症に要注意です

ダンス

社交ダンスとパーティーダンスの違い

ダンス

歌謡曲で踊りませんか この音楽はどんな種目のダンス音楽か自分で判断してください

ダンス

ルンバのカウントが上手く取れない人様の音楽があります

ダンス

社交ダンスの速い覚え方

ダンス

ピクチャーポーズのイラストです

ダンス

爺ちゃん御肩を叩きましょタントンタントン

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