Hello, Anybody know why cyclone objects always "break" for me? This is what happens:
I create the object, everythin is fine.
I need to move the object at some point, and the text moves, but the
OBJECT BOX stays put.
I get text where the object should be, no connections, and error messages like these:
pack_problem.pd 21 0 24 0 (text->print) connection failed pack_problem.pd 22 0 21 1 (message->text) connection failed pack_problem.pd 23 0 21 0 (message->text) connection failed
So it seems that PD is turning my Cyclone object into text!!!
*See attached patch, which also references the previous problem I was working on...
~David
Strange. Try loading the included reg file C:\Program Files\pd\pd-
settings.reg. Just double-click and let it install. That sets all
the libraries to load. Then you don't need [cyclone/prepend] but can
just do [prepend].
.hc
On Apr 13, 2006, at 7:03 PM, cyborgk@nocturnalnoize.com wrote:
Hello, Anybody know why cyclone objects always "break" for me? This is
what happens:
I create the object, everythin is fine.
I need to move the object at some point, and the text moves, but
the OBJECT BOX stays put.
- After this, the object breaks completely. When I reload the
saved patch I get text where the object should be, no connections, and error
messages like these:pack_problem.pd 21 0 24 0 (text->print) connection failed pack_problem.pd 22 0 21 1 (message->text) connection failed pack_problem.pd 23 0 21 0 (message->text) connection failed
So it seems that PD is turning my Cyclone object into text!!!
*See attached patch, which also references the previous problem I was working on...
~David <pack_problem.pd> _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
"The arc of history bends towards justice."
- Dr. Martin Luther King,
Jr.
On Thu, 13 Apr 2006 cyborgk@nocturnalnoize.com wrote:
So it seems that PD is turning my Cyclone object into text!!!
Any object for which the object-class is not found (or for which the object-class refused to make the object) is essentially considered to be the same as a comment, only with a dashed-box.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju | Freelance Digital Arts Engineer, Montréal QC Canada
On Thu, 13 Apr 2006 cyborgk@nocturnalnoize.com wrote:
So it seems that PD is turning my Cyclone object into text!!!
Any object for which the object-class is not found (or for which the object-class refused to make the object) is essentially considered to be the same as a comment, only with a dashed-box.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju | Freelance Digital Arts Engineer, Montréal QC Canada
This is different. Cyclone objects ARE found--when I first create it, it does work. Only later does it stop working...
Also, there is never the dashed-box missing object-- after I save and reopen, it has somehow transformed from a normal object, into a text comment--NOT a missing object.
Finally, to answer Hans-Christopher, the library is loaded, I was only typing [cyclone/whatever] because I think there might be a name clash with a couple of the library objects, I couldn't remember which so I was typing cyclone in front to not have to worry about it.
~David