2024-11

ダンス

ダンスパーティーに 利用させていただくのに最高の音楽集です

ダンス

タンゴを楽しむ方法

ダンス

貴方はどのスタイルで踊るのがが好きですか

ダンス

猫背の人でも サンバがうまく踊れるかも?

ダンス

こんなこと出来るようになるのには何時間かかるのかな

ダンス

どんな音楽にもついてゆけるように

ダンス

足型だけで踊っていませんか 体が遊んでいませんか 

ダンス

代表的な社交ダンスの種目とその音楽の特徴です

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