The changes in OSC made in 3.1 are not documented. This should done in the next revision, or a separate manual for Show Control.
The changes in OSC made in 3.1 are not documented. This should done in the next revision, or a separate manual for Show Control.
We did add some OSC content for v3.1.0, but you are correct that other content is missing. Our apologies for that - we will try to get it included for v3.1.1.
New documentation for v3.1.0:
- XYZ Coordinates: https://www.etcconnect.com/webdocs/Controls/EosFamilyOnlineHelp/en-us/Default.htm#32_Show_Control/10_Open_Sound_Control_(OSC)/Supported_OSC_Input/OSC_XYZ.htm
(for example, if Chan 1 is a moving light,
/eos/chan/1/xyz=1,2,3
Sets channel 1 to aim at position X=1m, Y=2m, Z=3m)
- dedicated third-party TCP server port 3037: https://www.etcconnect.com/webdocs/Controls/EosFamilyOnlineHelp/en-us/Default.htm#31_Eos_Configuration_Utility/03_Network_Settings/Interface_Protocols.htm
- use of “=” to denote ETC-specific arguments : https://www.etcconnect.com/webdocs/Controls/EosFamilyOnlineHelp/en-us/Default.htm#32_Show_Control/10_Open_Sound_Control_(OSC)/Using_OSC.htm
Other new things that didn't make it to documentation.
- normalized fader levels (EOS-51565): Faders are now always 0.0 - 1.0 where 0.0 is min and 1.0 is max. So, a Global FX Fader may have a range of 0-200%: sending that fader to 0.75 gives a 150% output.
- OSC Get/Patch for Augment3d data (EOS-50738):
/Get Augment3d Information:
(These commands can return an FPE set of -1 at the end of the /position string; means no FPE set is not assigned.)
/Set Fixture Position:
(Six Arguments= pos_x, pos_y, pos_z, orientation_x, orientation_y, orientation_z)
(Separated by Commas and No Spaces)
/Get FPE information:
(FPE set of -1; means no FPE set is assigned.)
Following items are generally missing:
- explanation for /eos/filter/
for 3.1:
- explicit output extensions
- /eos/out/previous/cue/text
- /eos/out/active/wheel/ Float argument added for the value
Following items are generally missing:
- explanation for /eos/filter/
for 3.1:
- explicit output extensions
- /eos/out/previous/cue/text
- /eos/out/active/wheel/ Float argument added for the value
also missing detailed description of implicit output when subscribed
- /eos/out/param/<parameter> gives 3 float arguments: value, min value, max value
/eos/out/param/<parameter> would be ace to have! It is dearly&surprisingly missed.
www.etcconnect.com