How to monitor live intensity levels using OSC?

Hello!

I am new to ETC and I am trying to write an OSC client. I would like the client to monitor live intensity values for all patched channels.

According to the eManual, the "/eos/out/get/patch" response provides the field "<uint32: address of intensity parameter>". The document also says this field is  "useful for monitoring streaming output to see live levels". This statement suggests I can monitor live intensity values using this address. How can I do this?

Also, I understand that the manual states it is possible to subscribe to specific parameters. Is it possible to subscribe to the intensity as a per channel update?

Any help is much appreciated. Thank you!

Related