Mercurial > hg > webaudioevaluationtool
comparison test_create/test_create.html @ 564:4ee95cb8ff55 Dev_main
Bug #1601
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 23 Feb 2016 17:04:06 +0000 |
parents | e0f95b33ba31 |
children | 5a3b74e95d4a |
comparison
equal
deleted
inserted
replaced
563:27a96b51255c | 564:4ee95cb8ff55 |
---|---|
573 this.id = null; | 573 this.id = null; |
574 this.parent = null; | 574 this.parent = null; |
575 this.type = null; | 575 this.type = null; |
576 this.marker = null; | 576 this.marker = null; |
577 this.enforce = false; | 577 this.enforce = false; |
578 this.gain = 1.0; | 578 this.gain = 0.0; |
579 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; | 579 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; |
580 this.parent = null; | 580 this.parent = null; |
581 this.decode = function(parent,xml) | 581 this.decode = function(parent,xml) |
582 { | 582 { |
583 this.parent = parent; | 583 this.parent = parent; |