i just noticed one more really strange and really bad behavior on osx.
all my abstractions that used $0 for send/receive in gui objects are getting very messed up. if i had a toggle set to send $0-click in my abstraction on windows, when i open it in osx the name has been saved as 1051-click. this is really frustrating. i have to go in and manually change each one. i tried doing a search/replace in the .pd file in a text editor, but it didn't work. the patch still loads with the wrong values.
matt.
I get the same thing with abstractions. :)
See, *that's* one of the reason I told you I now work in Pd
concurrently with a text editor. <replace all>
At 10:21 28/05/2003 -0400, Matthew Nish-Lapidus wrote:
all my abstractions that used $0 for send/receive in gui objects are getting very messed up. if i had a toggle set to send $0-click in my abstraction on windows, when i open it in osx the name has been saved as 1051-click. this is really frustrating. i have to go in and manually change each one. i tried doing a search/replace in the .pd file in a text editor, but it didn't work. the patch still loads with the wrong values.
. . Please note that my e-mail address is changing. . Either use this address, or check my website for the most recent. . . Music wants to be free . http://mentalfloss.ca/sintheta/ .
you get that behavior in windows? can you track down what causes it?
i tried doing a search and replace and it didn't seem to help. maybe i
just didn't save it right..
On Wednesday, May 28, 2003, at 10:58 AM, David McCallum wrote:
I get the same thing with abstractions. :) See, *that's* one of the reason I told you I now work in Pd
concurrently with a text editor. <replace all>
At 10:21 28/05/2003 -0400, Matthew Nish-Lapidus wrote:
all my abstractions that used $0 for send/receive in gui objects are getting very messed up. if i had a toggle set to send $0-click in my abstraction on windows, when i open it in osx the name has been saved as 1051-click. this is really frustrating. i have to go in and manually change each one. i tried doing a search/replace in the .pd file in a text editor, but it didn't work. the patch still loads with the wrong values.
. . Please note that my e-mail address is changing. . Either use this address, or check my website for the most recent. . . Music wants to be free . http://mentalfloss.ca/sintheta/ .
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
/* matt nish-lapidus
www.punchcardmedia.com www.ekran.org
*/
I've only noticed that behaviour in one case, with one specific
abstraction. I just tested why I thought it happened (which was pd-messages calling it up as a GoP patch) but that doesn't seem to be the problem. But this abstraction does it *without fail*. So if yours does it without fail as well maybe we, or the list, could take a look at them and find out what's common/unique about them that may cause this.
I have, previously, gotten really strange results with the IEM
GUIs where the label is set to a $N (n is a number) and Pd for some reason tacks a 0 on the end of it. So $1 becomes $10, really screwing the patch up. I can't track down what exactly I do to cause this. But that's different from your problem, I assume. Still, something that probably needs fixing.
David
At 18:08 28/05/2003 -0400, Matthew Nish-Lapidus wrote:
you get that behavior in windows? can you track down what causes it? i tried doing a search and replace and it didn't seem to help. maybe i just didn't save it right..
. . Please note that my e-mail address is changing. . Either use this address, or check my website for the most recent. . . Music wants to be free . http://mentalfloss.ca/sintheta/ .