tweak beat hit up detune

This commit is contained in:
Kevin Ngo
2018-10-25 06:27:55 -07:00
parent 610ee2bc2a
commit d8b23d94ba

View File

@@ -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.