Hello,
Maybe is it a firmware version issue? Did someone see valid json data coming inside the electra one sysex?
Detailed info:
the spec states that the string sent in the sysex data shall be json format.
However, i see there is a string like
page=1
This is not JSON, or am i wrong?
Json would be
page:“1”
Actually i implemented a hacky solution, a proper implementation would use the sysex start/end flag to build an input for a data link layer. One linked package would be complete when one json object is complete. But i dont see a “{” and “}” nested data but a different format which is not specified.
I’m working with cycling 74 max and if it would be json, one could use max’ dict object for parsing the json string. It would make it far less effort to support a complete implementation of the api. But since i dont get proper json data it is not possible to do like this.
Any comments / thoughts on this?