Mercurial > hg > webaudioevaluationtool
diff ape.js @ 1564:a97e153eaecd
Started on playhead / scrubber bar. Now object in interfaceContext. Needs binding of setInterval.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Wed, 10 Jun 2015 16:12:46 +0100 |
parents | 4730207bcae0 |
children | e2e39f867db3 |
line wrap: on
line diff
--- a/ape.js Wed Jun 10 14:39:15 2015 +0100 +++ b/ape.js Wed Jun 10 16:12:46 2015 +0100 @@ -176,6 +176,11 @@ feedbackHolder.innerHTML = null; canvas.innerHTML = null; + var playbackHolder = document.createElement('div'); + playbackHolder.style.width = "100%"; + playbackHolder.align = 'center'; + playbackHolder.appendChild(interfaceContext.playhead.object); + feedbackHolder.appendChild(playbackHolder); // Setup question title var interfaceObj = audioHolderObject.interfaces; var commentBoxPrefix = "Comment on track";