From 048d745af90710f3685798cc91a2c35c9cd8e185 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Fri, 1 Apr 2016 17:53:02 -0700 Subject: [PATCH] update --- examples/example/audio/largeHall.js | 4 ++-- examples/example/audio/smallRoom.js | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/examples/example/audio/largeHall.js b/examples/example/audio/largeHall.js index 8a37aa5f4a..fc69aeb8b8 100644 --- a/examples/example/audio/largeHall.js +++ b/examples/example/audio/largeHall.js @@ -15,7 +15,7 @@ var _this = this; ​ Script.include("http://public.highfidelity.io/scripts/utilities/tools/cookies.js"); -print("EBL PRELOADING NEW VERSION ") + print("EBL PRELOADING NEW VERSION ") var audioOptions = new AudioEffectOptions({ bandwidth: 7000, preDelay: 80, @@ -123,7 +123,7 @@ var parameters = [ _this.leaveEntity = function(entityID) { print('EBL I am outsidee'); - panel.destroy(); + panel.destroy(); AudioDevice.setReverb(false); print("Reverb is OFF."); ​ diff --git a/examples/example/audio/smallRoom.js b/examples/example/audio/smallRoom.js index 72bf3fb5e6..3deffa6c6c 100644 --- a/examples/example/audio/smallRoom.js +++ b/examples/example/audio/smallRoom.js @@ -1,3 +1,17 @@ +// +// smallRoom.js +// examples +// +// Created by Freidrica on 4/1/16. +// Copyright 2016 High Fidelity, Inc. +// +// This entity script invokes reverb upon entering an entity acting as a trigger zone + +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html +// + (function() { var _this = this; ​