Mercurial > hg > webaudioevaluationtool
comparison core.js @ 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 | b62b545b78f4 |
children | 124e6c702845 |
comparison
equal
deleted
inserted
replaced
1221:310b4640b93d | 1222:bcd5c032f196 |
---|---|
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; |