davidedc / livecodelab

a web based livecoding environment
http://livecodelab.net/
MIT License
327 stars 63 forks source link

Adding scope object #219

Closed rumblesan closed 10 years ago

rumblesan commented 10 years ago

So this is initial necessary work before bringing in the interpreter/compiler. There needs to be a scope object that contains all the global functions and this will serve that purpose.

At the moment, it just adds all the functions/variables to the window object so LCL continues to work as normal.

I felt it was better to do this as a first change so we end up with more smaller merges.

It should all be working, but if people could give it a look over and play around with it. Especially the MIDI connect stuff as I've not had a chance to properly get that going yet so would appreciate more eyes

davidedc commented 10 years ago

hem, by merging Thomas' last pull (which came first), I can't auto-merge this one? Fancy a little rebasing?