matthewscharles / instrument-maker

A framework for making digital instruments with sensors, driven by a need to improve access.
http://www.instrumentmaker.org/
GNU General Public License v3.0
18 stars 5 forks source link

JSON: text can't read curly bracket sharing line with index #4

Closed matthewscharles closed 5 years ago

matthewscharles commented 5 years ago

Can't route the curly bracket via ASCII codes, as double quotes appear to end the symbol. I can unpack symbols; will lines always be 3 items if not a curly bracket? In which case, try [unpack s s s] and test the last one for 123.

matthewscharles commented 5 years ago

even better: message $3, then combine with previous search for curly bracket.