2024-07

ダンス

リズムの良い いい 音楽で 踊ろう

ダンス

ポリリズム (割り切れないものが同時になっているもの)

ダンス

ポリリズムとはなんなんだ リズムに乗る?

ダンス

足の動きを覚えることで音楽に乗れます

ダンス

聴いてなくっても聞いている ワルツの音楽を聴きながら ルンバを踊ってみませんか

ダンス

ダンスと音楽がかけ合わされって2倍でなく4倍の楽しみになり明日

ダンス

コツコツモクモクやればできる

ダンス

音楽を聞き分けることの練習をする

ダンス

マイクロソフトのコパイロットAIに質問してみました

ダンス

ベーシックダンスミュージック

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