comparison core.js @ 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 b826d3640725
children c61a92659541
comparison
equal deleted inserted replaced
31:438468ff317e 32:2b9bcac771a8
2 * core.js 2 * core.js
3 * 3 *
4 * Main script to run, calls all other core functions and manages loading/store to backend. 4 * Main script to run, calls all other core functions and manages loading/store to backend.
5 * Also contains all global variables. 5 * Also contains all global variables.
6 */ 6 */
7
8
9 /*
10 *
11 * WARNING!!!
12 *
13 * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL
14 *
15 * WARNING!!!
16 *
17 */
18
19
20
7 21
8 /* create the web audio API context and store in audioContext*/ 22 /* create the web audio API context and store in audioContext*/
9 var audioContext; 23 var audioContext;
10 var projectXML; 24 var projectXML;
11 var audioEngineContext; 25 var audioEngineContext;