M4L Live Object Model in Javascript - object creation
Hey everyone - here's my first post...
I'm just getting started with using Javascript in M4L. What is the paradigm for creating objects? Is it best to create a new LiveAPI object every time you want to connect to anything? Or is it better to create fewer new LiveAPI objects, and access child objects through their parent object? For instance, accessing a device through the track, or accessing a device object through the device? Or does it really not matter either way?