OSC Dictionary - Macro Commands

I think there's an error in the OSC Dictionary (https://www.etcconnect.com/WebDocs/Controls/EosFamilyOnlineHelp/en/Content/23_Show_Control/08_OSC/OSC_Dictionary.htm) specifically for macro commands.

Commands like /eos/get/macro/<index> indicate the index parameter is "Int, index of the macro list, 0-indexed" but it's not. 

e.g. /eos/get/macro/0 and /eos/get/macro/1 only returned /eos/out/get/macro/0 (with no additional data) and /eos/out/get/macro/1. 

The commands work as you would expect if called with the macro number itself (e.g. /eos/get/macro/803) 

Parents
  •  thanks for pointing this out.  I also noticed there is an entry in the middle there for `/eos/get/group....` in the middle of the Macro section, so I think there may be some copy-pasta-ing that is going a bit wrong here.

    /eos/get/macro/index=0

    gives you information about the first (ie "zero-ith") macro. 

    /eos/get/macro/7 

    will give you information about Macro 7.  Note that if you don't have a Macro 7 in your showfile, Eos just echos the command back (as you noticed)

Reply
  •  thanks for pointing this out.  I also noticed there is an entry in the middle there for `/eos/get/group....` in the middle of the Macro section, so I think there may be some copy-pasta-ing that is going a bit wrong here.

    /eos/get/macro/index=0

    gives you information about the first (ie "zero-ith") macro. 

    /eos/get/macro/7 

    will give you information about Macro 7.  Note that if you don't have a Macro 7 in your showfile, Eos just echos the command back (as you noticed)

Children
No Data
Related