Mercurial > hg > webaudioevaluationtool
changeset 32:2b9bcac771a8 Dev_main
Added dev-main branch warning at top of files
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Fri, 10 Apr 2015 10:25:52 +0100 |
parents | 438468ff317e |
children | c61a92659541 |
files | ape.js apeTool.html core.js |
diffstat | 3 files changed, 34 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ape.js Fri Apr 10 10:20:52 2015 +0100 +++ b/ape.js Fri Apr 10 10:25:52 2015 +0100 @@ -3,6 +3,17 @@ * Create the APE interface */ +/* + * + * WARNING!!! + * + * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL + * + * WARNING!!! + * + */ + + // Once this is loaded and parsed, begin execution loadInterface(projectXML);
--- a/apeTool.html Fri Apr 10 10:20:52 2015 +0100 +++ b/apeTool.html Fri Apr 10 10:25:52 2015 +0100 @@ -3,6 +3,15 @@ <head> <meta charset="utf-8" /> +<!-- WARNING!!! + * + * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL + * + * WARNING!!! + * +--> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame Remove this if you use the .htaccess --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
--- a/core.js Fri Apr 10 10:20:52 2015 +0100 +++ b/core.js Fri Apr 10 10:25:52 2015 +0100 @@ -5,6 +5,20 @@ * Also contains all global variables. */ + +/* + * + * WARNING!!! + * + * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL + * + * WARNING!!! + * + */ + + + + /* create the web audio API context and store in audioContext*/ var audioContext; var projectXML;