OSCQuery Format

Hou Lam Wu's icon

Hi, I just stumbled upon ossia score which allows detection and control of OSC Devices through OSCQuery.

While they have their own external for Max, the OSCQuery functionality newly integrated in MaxMSP should work in communicating. Though I looked at the response from MaxMSP's OSCQuery Server, the format differs from the OSCQuery proposal stated here, https://github.com/Vidvox/OSCQueryProposal.

For instance: min and max in MaxMSP's params have separate OSC Addresses, while the proposal uses a RANGE key with an object with min and max keys on the parameter.

This mismatch seems to impact the ability for external programs to recognize the param with their properties, instead treating each property of the param as a modifiable param.

Wonder if there are workarounds on this? Or maybe an option can be added in Max to switch between OSCQuery formats?