|
From: Norbert S. <Nor...@ir...> - 2008-01-25 16:00:11
|
Ok, this is fixed now. In ftm.o.c it looks a little bit like a hack but should stays (here again) sufficiently elegant. Nevertheless, I had to change slightly the Max/MSP dependent code (maxext.c:431). I am not sure if that is necessary for Pd... NOS P.S.: Here is a little test patch (that could work in Pd): #P button 238 48 15 0; #P window setfont "Sans Serif" 9.; #P window linecount 1; #N ftm.m (($three size 3 3) fill 3.3) --> 0; #T _#ftm version 2 3; #T _#scope begin; #T _#absargs $0_ $1_ $2_ $3_ $4_ $5_ $6_ $7_ $8_ $9_; #P newobj 238 72 159 196617 ftm.m (($three size 3 3) fill 3.3); #P button 103 110 15 0; #N ftm.m set 1 one 2 two 3 $three --> 0; #P newobj 103 134 152 196617 ftm.m set 1 one 2 two 3 $three; #P message 51 40 32 196617 print; #N ftm.o fmat @name three @persist yes --> 0; #T _#obj 1 fmat; #T _#mess 1 size 3 3; #T _#mess 1 set 0 0 3.3 3.3 3.3 3.3 3.3 3.3 3.3 3.3 3.3; #T _#set _#1; #P newobj 51 72 181 196617 ftm.o fmat @name three @persist yes; #P message 51 154 32 196617 print; #N ftm.o dict @name d @persist yes --> 0; #T _#obj 2 dict; #T _#mess 2 set 3 _#1; #T _#mess 2 set 2 two; #T _#mess 2 set 1 one; #T _#set _#2; #P newobj 51 189 158 196617 ftm.o dict @name d @persist yes; #P button 111 238 15 0; #N ftm.m (print (getid $three) (getid $d[3])) --> 0; #T _#scope end; #P newobj 111 264 197 196617 ftm.m (print (getid $three) (getid $d[3])); #P connect 9 0 8 0; #P connect 7 0 6 0; #P connect 6 0 2 0; #P connect 5 0 4 0; #P connect 3 0 2 0; #P connect 1 0 0 0; On 24 janv. 08, at 14:45, IOhannes m zmoelnig wrote: > Norbert Schnell wrote: >> I have exactly the same (bogus) behaviour in Max/MSP (I love portable >> bugs!). > > right, portable bugs get fixed by the others...:-) > >> Maybe I should first fix this and than let you know if I changed >> anything and what in the Max-depended code (loving even more portable >> fixes!!). > > super. > i remember you having said something like this. > my believe was shaken, when yesterday i saved a persistent [ftm.o] on > max/msp (FTM-2.3.0alpha) and it did save something more meaningful. > (basically my "good" example was derived from this save) > > anyhow, it seems like it doesn't fully work as expected anyhow, so > everything is right, and portable fixes encouraged. > > fma.r > IOhannes > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > ftm-devel mailing list > ftm...@li... > https://lists.sourceforge.net/lists/listinfo/ftm-devel > |