Mercurial > hg > webaudioevaluationtool
comparison core.js @ 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 | 4b860dd27fb8 |
children | b8cea85342c7 |
comparison
equal
deleted
inserted
replaced
563:27a96b51255c | 564:4ee95cb8ff55 |
---|---|
2306 this.id = null; | 2306 this.id = null; |
2307 this.parent = null; | 2307 this.parent = null; |
2308 this.type = null; | 2308 this.type = null; |
2309 this.marker = null; | 2309 this.marker = null; |
2310 this.enforce = false; | 2310 this.enforce = false; |
2311 this.gain = 1.0; | 2311 this.gain = 0.0; |
2312 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; | 2312 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; |
2313 this.parent = null; | 2313 this.parent = null; |
2314 this.decode = function(parent,xml) | 2314 this.decode = function(parent,xml) |
2315 { | 2315 { |
2316 this.parent = parent; | 2316 this.parent = parent; |