手と手を合わせて 握らないでください !一番よい合わせ方!

相手の手を 親指と人差し指グループの 間に 向い入れてください

手はあくまでも握るのではありません バスに乗って立っている時の垂直の

握り棒に手を添えるような状態です 握り棒はバスの中では強く握っていなくては

なりませんが ダンスの時は握り棒がないときにも 手の状態は握った時の

格好をしています その間に 女性の手が入ってきます 女性の手は

親指と伸びた人差し指グループの間に男性の手を入れてください

人差し指グループは伸びた状態を保ってください 男性の親指を握りにいかないでください ね

アンケートモニター登録

 

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