simi-den@cty-net.ne.jp

ダンス

最初はワルツに憧れます

スローフォックストロットのイメージ

スローフォックストロットの音楽 5曲

ダンス

英語由来なので 日本語の意味と勘違いしやすい言葉

ダンス

ジャイブ音楽を楽しもう

ダンス

ダンス音楽収録集

ダンス

高齢者向け・若者も惹きつける社交ダンスプログラム

タンゴのイメージ

タンゴの音楽 4曲

ワルツのイメージ

ワルツの音楽

ルンバのイメージ

ルンバの音楽 3曲

サンバのイメージ

サンバの音楽 4曲

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