土曜日のレッスンを日曜日に実践するのが最良です

日曜日に パーティーがあるのがちょうど 都合がいいです

土曜日に 練習日があるのも 都合がいいです 土曜日に覚えたことを

忘れない間に 日曜日に 実践して体に覚えこませるのに良いのです

時間がたつと覚えたことを忘れてしまいます

次の週まで持ち越すと 忘れたことも 忘れています

一週間が7日でできているのが素晴らしいです 人間の

体に合うように上手くできているのか 体に合うように

一週間ができたのか ともかくうまくできています

昔の歌がありました 一週間に10日来い 一週間に10日来い は 不都合です

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