こんなこと出来るようになるのには何時間かかるのかな

タンゴ初心者が見て楽しく練習できる
動画を ご覧ください

プロが見せてくれているので 難なく動作して

いるのですが アマチュアや初心者が同じように動くのには

大変な練習時間が必要です カップルが同じくらいの技量でないと

たったの一歩を動くのもカップルで 喧嘩が始まることがありますよ

 

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