Difference between revisions of "OSC"
From Moving Light Assistant
m |
m (Added more functions.) |
||
Line 7: | Line 7: | ||
| | | | ||
* [[OSC:EOS_SendCommandLine|EOS_SendCommandLine]] | * [[OSC:EOS_SendCommandLine|EOS_SendCommandLine]] | ||
+ | * [[OSC:EOS_SendNewCommandLine|EOS_SendNewCommandLine]] | ||
+ | * [[OSC:EOS_SendEvent|EOS_SendEvent]] | ||
+ | * [[OSC:EOS_SendNewEvent|EOS_SendNewEvent]] | ||
* [[OSC:EOS_SendKey|EOS_SendKey]] | * [[OSC:EOS_SendKey|EOS_SendKey]] | ||
* [[OSC:EOS_SendKeyDown|EOS_SendKeyDown]] | * [[OSC:EOS_SendKeyDown|EOS_SendKeyDown]] | ||
* [[OSC:EOS_SendKeyUp|EOS_SendKeyUp]] | * [[OSC:EOS_SendKeyUp|EOS_SendKeyUp]] | ||
+ | * [[OSC:EOS_SendOSCReset|EOS_SendOSCReset]] | ||
+ | * [[OSC:HOG_SendKey|HOG_SendKey]] | ||
+ | * [[OSC:HOG_SendKeyDown|HOG_SendKeyDown]] | ||
+ | * [[OSC:HOG_SendKeyUp|HOG_SendKeyUp]] | ||
* [[OSC:SendString|SendString]] | * [[OSC:SendString|SendString]] | ||
* [[OSC:SendFloat|SendFloat]] | * [[OSC:SendFloat|SendFloat]] | ||
+ | * [[OSC:SendBoolean|SendBoolean]] | ||
+ | * [[OSC:SendInt32|SendInt32]] | ||
+ | * [[OSC:SendInt64|SendInt64]] | ||
+ | |||
|} | |} |
Revision as of 16:00, 14 March 2015
OSC is the communication protocol commonly used to communicate with the the ETC EOS Family consoles It is also possible to communicate with other consoles that support the OSC protocol. Before commands can be sent, the network setting will need to be configured from the OSC... menu under the Setup menu.
Functions | ||