Refactor JS for better modularity
- Break out player and conductor view - separate js libraries (doesn't quite work yet) - different layouts for player / conductor
... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
"dependencies": { | "dependencies": { | ||
"interface": "git://github.com/charlieroberts/interface.js.git", | "interface": "git://github.com/charlieroberts/interface.js.git", | ||
"jquery": ">= 2.1", | "jquery": ">= 2.1", | ||
"osc": "^2.2.0", | |||
"p5": "^0.5.8", | "p5": "^0.5.8", | ||
"phoenix": "file:deps/phoenix", | "phoenix": "file:deps/phoenix", | ||
"phoenix_html": "file:deps/phoenix_html", | "phoenix_html": "file:deps/phoenix_html", | ||
... | ... |
web/static/js/views/main.js
0 → 100644
Please register or sign in to comment