音符とリズムの関係動画

音符とリズムの関係動画

 

ボディー 脚 腕 手 などで音符を

感じて動かす練習をしませんか

リズムが楽しい

社交ダンスの

 

チャチャチャのリズムは5番目のリズムになります

のでよく聞いて 皆で聞いて練習しませんか

言葉では

ワン ツー スリー チャチャ 

ワン ツー スリー チャチャ 

ワン ツー 

と つづきます

わんちゃんに負けずに踊れますか

画像をクリックで練習動画になります

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