Mercurial > hg > webaudioevaluationtool
comparison js/specification.js @ 2408:fbc22422d73d
Initial work for #1
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 26 May 2016 10:07:15 +0100 |
parents | 1e7d98ca83be |
children | f595f5f5a7b9 |
comparison
equal
deleted
inserted
replaced
2396:dc13bd68ea34 | 2408:fbc22422d73d |
---|---|
624 this.parent = null; | 624 this.parent = null; |
625 this.type = null; | 625 this.type = null; |
626 this.marker = null; | 626 this.marker = null; |
627 this.enforce = false; | 627 this.enforce = false; |
628 this.gain = 0.0; | 628 this.gain = 0.0; |
629 this.startTime = null; | |
630 this.stopTime = null; | |
629 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; | 631 this.schema = specification.schema.getAllElementsByName('audioelement')[0];; |
630 this.parent = null; | 632 this.parent = null; |
631 this.decode = function(parent,xml) | 633 this.decode = function(parent,xml) |
632 { | 634 { |
633 this.parent = parent; | 635 this.parent = parent; |