これで 踊れたら あなたは だれにも 負けない ダンサーです

ワルツ タンゴ スロー 2分間に アレンジされた

 楽曲です 音楽を 聞くだけでも 楽しくなります

これで 踊れたら あなたは だれにも 負けない ダンサーです

 

パブリックドメイン 2分アレンジ楽曲

つぎの音楽は体が思わず踊りだすチャチャチャの音楽です

楽しく踊れるチャチャチャ音楽集です

この画像はAIによる生成画像です

この画像はAIによる生成画像です

パーティーにはこんなダンサーはいませんが音楽は演奏できると思います

 

タイトルとURLをコピーしました
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); });