...although OSC 1.0 says that any sequence of non-null ASCII characters can be a string. The unpackOSC implementation may be rejecting it because Pd doesn't like such characters in its symbols.

Martin


On Thu, Jan 14, 2016 at 11:06 AM, Martin Peach <chakekatzil@gmail.com> wrote:


On Thu, Jan 14, 2016 at 11:03 AM, Martin Peach <chakekatzil@gmail.com> wrote:
Actually it's because the string is terminated with an ASCII Carriage Return (decimal 10), which is not allowed by the OSC spec, so it gets rejected.


Sorry, Line Feed, is ASCII 10.

Martin