2024-09

ダンス

四日市勤労者会館のパーティーのお知らせです

ダンス

動きに合わせた音楽を 思い浮かべることはできますか

ダンス

音楽と共に踊る喜び:社交ダンスにおける音楽の捉え方

ダンス

パートナーのせい に しないでください

ダンス

ピクチャーポーズの感覚を掴むための練習方法

ダンス

ダンスパーティーに出かけよう!

ダンス

AIと会話をしてみました

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