サンバのリズムで体が動けば 社交ダンスが 今まで以上に楽しくなります

踊りやすいサンバ34曲(社交ダンス用) (youtube.com)

サンバのリズムで体が動けば 社交ダンスが 今まで以上に楽しくなります

動けるように 足腰を 鍛えませんか

明るいリズムですので 健康に良しです サンバの曲で 一曲リズムがとれて

次は 歌詞がわかる 曲を 口ずさみながら 動いてみませんか

伊勢街道まつり唄 (山下ていじ歌手)掛け声があって元気が出ます

祝い花  (まどか冬美) 少しゆっくりした感じです

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