Mercurial > hg > webaudioevaluationtool
comparison test_create/test_create.html @ 1222:bcd5c032f196
Bug #1601
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 23 Feb 2016 17:04:06 +0000 |
parents | 1f352095179e |
children | 124e6c702845 |
comparison
equal
deleted
inserted
replaced
1221:310b4640b93d | 1222:bcd5c032f196 |
---|---|
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; |