ルンバも踊りましょう

よく聞く音楽はルンバのステップで踊るのが踊りやすいリズムが多いです

にーさんしーいち 2341 左 右 左 右 左 右足でつま先から

 

足を上げて膝が開いてがにまたにならないように 練習して 

 

つま先から降ろすで 体重移動が 3回テンポは 4拍

で 調子をとっています

体重移動の練習だけで最初はタイヘンかと思います 

音楽にあわせて動くだけでも楽しくなれば

後がすごく楽しめます 音楽を聴いてテンポを合わせて

動作ができれば

ダンスができるようになったも 同然です

                      

タイトルと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); });