Mercurial > hg > webaudioevaluationtool
diff ape.js @ 379:f49339868324 Dev_main
Buffers loaded into a pool and picked when needed.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 07 Dec 2015 18:26:12 +0000 |
parents | 81246d594793 |
children | b1cb28c63a19 |
line wrap: on
line diff
--- a/ape.js Mon Dec 07 16:11:30 2015 +0100 +++ b/ape.js Mon Dec 07 18:26:12 2015 +0000 @@ -404,6 +404,10 @@ // Create a slider per track audioObject.interfaceDOM = new sliderObject(audioObject); + if (audioObject.state == 1) + { + audioObject.interfaceDOM.enable(); + } // Distribute it randomnly var w = window.innerWidth - (offset+8)*2;