From d8b23d94ba4e642fb107fefb8e2f3b5284eef66b Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Thu, 25 Oct 2018 06:27:55 -0700 Subject: [PATCH] tweak beat hit up detune --- src/components/beat-hit-sound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/beat-hit-sound.js b/src/components/beat-hit-sound.js index ba66bba..eb35387 100644 --- a/src/components/beat-hit-sound.js +++ b/src/components/beat-hit-sound.js @@ -68,7 +68,7 @@ AFRAME.registerComponent('beat-hit-sound', { if (layer === LAYER_BOTTOM) { source.detune.setValueAtTime(-400, 0); } else if (layer === LAYER_TOP) { - source.detune.setValueAtTime(400, 0); + source.detune.setValueAtTime(200, 0); } // Inflection.