Hello,
I'm trying to find code examples for subscribing to specific streams. I have compiled the ember_slim sample and can traverse the tree of our LAWO mc console pretty reliably. It seems that when I browse to an element, it is automatically subscribed to (?), in that the program starts receiving status updates for the current element.
My question is: Is there a more direct method for subscribing to a stream? Currently, I am repeatedly calling GetDirectory(), then cd until I reach the desired element; but what if I would like to receive status updates for multiple elements (i.e. faders) from with the same application. Would multiple connections be required?
Any suggestions or code samples would be greatly appreciated.
Thank you.