simi-den@cty-net.ne.jp

ダンス

AIと競争しませんか あなたはAIに勝てます

ダンス

あなたが覚えると安心な ワルツ フィガー

ダンス

社交ダンスパーティーの体験

ダンス

ダンスと英語の勉強とはどうつながるのか」・?

ダンス

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

ダンス

リズムに遅れないように 

ダンス

貴方のダンス技術の処方箋を作成しませんか no 1

ダンス

あなたが覚えると安心な ルンバ フィガー

ダンス

貴方のダンス技術の処方箋を作成しませんか 

ダンス

80歳の挑戦者が 頑張っています応援してください

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