Pure-data: expr syntax issue

Created on 17 Sep 2018  路  4Comments  路  Source: pure-data/pure-data

this works when creating the object

screen shot 2018-09-17 at 00 23 11

but when you reopen the patch it gets ruined

screen shot 2018-09-17 at 00 23 41

I'm running 0.49, but this happens on 0.48, and the workaround is to separate the "/" with spaces. a "1/x_$0" string works, is just when using something like $f1 that this happens

bufix duplicate

Most helpful comment

This is probably the same issue as #402.

All 4 comments

This is probably the same issue as #402.

It's related to the new string handling which escapes $ and other special characters. I suppose the strings in expr shouldn't be escaped (at least in the same way).

Problem already apparently existed in 0.48-2... putting off dealing with it for now.

Closing this as it's a duplicate of #402

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mariobuoninfante picture mariobuoninfante  路  3Comments

danomatika picture danomatika  路  5Comments

Spacechild1 picture Spacechild1  路  7Comments

porres picture porres  路  4Comments

HenriAugusto picture HenriAugusto  路  9Comments