Hi,
this is the second time it happens. I had a very nice patch, that was my final thing for the moment, and one day when i opend it i got a surprise: I can't see half of the objects and chords. There are no errors and the objects seem to still work (if you click on the places where the "bangs" are supposed to be, they do what they should do), just i can't see them. If i change the font some object reappears, but if i save the file with the new fonts and then reopen it again, i am back to the beginning.
Anybody knows what's happening?
sandra
Express yourself with cool emoticons http://www.msn.co.uk/messenger
I had the same problem. It appears to be a random bug in my case, that is, if I restarted Pure Data few times on the same patch, sooner or later the patch would show completely. I never did debugging.
Maurizio Umberto Puxeddu.
On Mon, 2003-05-12 at 12:51, sandra pauletto wrote:
Hi,
this is the second time it happens. I had a very nice patch, that was my final thing for the moment, and one day when i opend it i got a surprise: I can't see half of the objects and chords. There are no errors and the objects seem to still work (if you click on the places where the "bangs" are supposed to be, they do what they should do), just i can't see them. If i change the font some object reappears, but if i save the file with the new fonts and then reopen it again, i am back to the beginning.
Anybody knows what's happening?
sandra
Express yourself with cool emoticons http://www.msn.co.uk/messenger
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
If it can be of any help for someone willing to debug this, it seems to be a problem related to the initialization of the graphics because, once PD starts correctly everything works fine (in my case, at least). I also had problems opening and closing subpatches with the "vis" message. I used that with the [key*] objects but it caused similar problems: windows not closing properly, ending empty but still open and impossible to close.
Maurizio Umberto Puxeddu.
On Mon, 2003-05-12 at 13:10, Maurizio Umberto Puxeddu wrote:
I had the same problem. It appears to be a random bug in my case, that is, if I restarted Pure Data few times on the same patch, sooner or later the patch would show completely. I never did debugging.
Maurizio Umberto Puxeddu.
On Mon, 2003-05-12 at 12:51, sandra pauletto wrote:
Hi,
this is the second time it happens. I had a very nice patch, that was my final thing for the moment, and one day when i opend it i got a surprise: I can't see half of the objects and chords. There are no errors and the objects seem to still work (if you click on the places where the "bangs" are supposed to be, they do what they should do), just i can't see them. If i change the font some object reappears, but if i save the file with the new fonts and then reopen it again, i am back to the beginning.
Anybody knows what's happening?
sandra
Express yourself with cool emoticons http://www.msn.co.uk/messenger
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
hi,
my first two guesses are a bug in a gui external, or a failure while sending a too long string to the gui layer. Running Pd with -d 1 option would uncover what is being sent up there.
Krzysztof
Maurizio Umberto Puxeddu wrote:
If it can be of any help for someone willing to debug this, it seems to be a problem related to the initialization of the graphics because, once