Mercurial > hg > webaudioevaluationtool
comparison interfaces/blank.js @ 1102:b5bf2f57187c
Merge
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 08 Mar 2016 14:44:14 +0000 |
parents | 0a15fa67bda1 |
children | 83b439322229 |
comparison
equal
deleted
inserted
replaced
1101:a497058ae2ae | 1102:b5bf2f57187c |
---|---|
55 // If there is no value node (such as outside reference), return null | 55 // If there is no value node (such as outside reference), return null |
56 // If there are multiple value nodes (such as multiple scale / 2D scales), return an array of nodes with each value node having an 'interfaceName' attribute | 56 // If there are multiple value nodes (such as multiple scale / 2D scales), return an array of nodes with each value node having an 'interfaceName' attribute |
57 // Use storage.document.createElement('value'); to generate the XML node. | 57 // Use storage.document.createElement('value'); to generate the XML node. |
58 | 58 |
59 }; | 59 }; |
60 this.error = function() { | |
61 // If there is an error with the audioObject, this will be called to indicate a failure | |
62 } | |
60 }; | 63 }; |
61 | 64 |
62 function resizeWindow(event) | 65 function resizeWindow(event) |
63 { | 66 { |
64 // Called on every window resize event, use this to scale your page properly | 67 // Called on every window resize event, use this to scale your page properly |