Mercurial > hg > webaudioevaluationtool
comparison ape.js @ 1568:961c40e452e0
Merge from the default branch
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 16 Jun 2015 14:14:08 +0100 |
parents | 15b981237bc9 |
children | 56c8325dc694 |
comparison
equal
deleted
inserted
replaced
1567:e159ee9fc725 | 1568:961c40e452e0 |
---|---|
253 | 253 |
254 // Now load each audio sample. First create the new track by passing the full URL | 254 // Now load each audio sample. First create the new track by passing the full URL |
255 var trackURL = audioHolderObject.hostURL + element.url; | 255 var trackURL = audioHolderObject.hostURL + element.url; |
256 var audioObject = audioEngineContext.newTrack(element); | 256 var audioObject = audioEngineContext.newTrack(element); |
257 | 257 |
258 if (commentShow) { | 258 var node = interfaceContext.createCommentBox(audioObject); |
259 var node = interfaceContext.createCommentBox(audioObject); | |
260 } | |
261 | 259 |
262 // Create a slider per track | 260 // Create a slider per track |
263 audioObject.interfaceDOM = new sliderObject(audioObject); | 261 audioObject.interfaceDOM = new sliderObject(audioObject); |
264 | 262 |
265 // Distribute it randomnly | 263 // Distribute it randomnly |