changeset 1863:8f75281d0f8c

Bug #1601
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 23 Feb 2016 17:04:06 +0000
parents d53254be9da0
children 2cdbbf380e6b
files core.js test_create/test_create.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/core.js	Tue Feb 23 16:59:59 2016 +0000
+++ b/core.js	Tue Feb 23 17:04:06 2016 +0000
@@ -2308,7 +2308,7 @@
 			this.type = null;
 			this.marker = null;
 			this.enforce = false;
-			this.gain = 1.0;
+			this.gain = 0.0;
 			this.schema = specification.schema.getAllElementsByName('audioelement')[0];;
 			this.parent = null;
 			this.decode = function(parent,xml)
--- a/test_create/test_create.html	Tue Feb 23 16:59:59 2016 +0000
+++ b/test_create/test_create.html	Tue Feb 23 17:04:06 2016 +0000
@@ -575,7 +575,7 @@
                     this.type = null;
                     this.marker = null;
                     this.enforce = false;
-                    this.gain = 1.0;
+                    this.gain = 0.0;
                     this.schema = specification.schema.getAllElementsByName('audioelement')[0];;
                     this.parent = null;
                     this.decode = function(parent,xml)