2025-12

ダンス

三重北地区で2006年から活動している英会話サークルテキストや講師はなく{とにかく英語でしゃべろう}

ダンス

保護中: 勤労者会館でのダンス その2

ダンス

保護中: 勤労者会館でのダンス その1

ダンス

社交ダンスの「リーディング」CBMやCBMPの動き

ダンス

ステップを覚えてステップが音楽のリズムに 合えば楽しさが倍増します

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