[Maclightpoc-developers] Added Channel / Soft Patch definitions
Status: Beta
Brought to you by:
michaelswan
From: Ben S. <be...@va...> - 2006-03-21 21:08:08
|
I have checked in some header files / docs for the channels and soft patch. I have done this for 2 reasons a) for comment in case you think I'm mad they way I have decided to do it, and b) so you have enough (hopefully) info to see how the rest of the project can be built, in the first instance I'm guessing that will be the stack manager. The 3 relevant bits are of documentation are :- http://www.usbdmx.com/LightsOnDocs/interface_l_o_channel_manager.html http://www.usbdmx.com/LightsOnDocs/protocol_l_o_channel_provider-p.html http://www.usbdmx.com/LightsOnDocs/interface_l_o_soft_patch.html I will update the wiki (probably tomorrow now) with a description of how it all hangs together, but basically anything that wants to update a channel needs to implement the LOChannelProvider protocol. I have just thought that I have not provided any functions yet to set the type of channel (intensity / control and HTP / LTP) I'll do that in the tomorrow as well, but I think you should still get the general idea. Ben |