hepp, this might be more for guenter..
whenever i have a slider or hslider and a state object in the same patch, sending the message with the number of the save crashes pd.
schade... :)
best, gert
Vger writes:
hepp, this might be more for guenter..
whenever i have a slider or hslider and a state object in the same patch, sending the message with the number of the save crashes pd.
schade... :)
best, gert
Apparently broken ... comment out savestate line:102 /* fprintf(fp,"%s\n",TATOM(a)->a_w.w_symbol->s_name); */
saveing the slider state will not work, but it stops crashing ...
Guenter
Vger writes:
hepp, this might be more for guenter..
whenever i have a slider or hslider and a state object in the same patch, sending the message with the number of the save crashes pd.
schade... :)
best, gert
Even better
savestate.c line:102 replace: fprintf(fp,"%s\n",TATOM(a)->a_w.w_symbol->s_name); */ with: fprintf(fp,"%f\n",atom_getfloat(TATOM(a)));
dann funkt auch slider absaven ...
Viel Spass Guenter
yow, top, it works :))
another question... the "ticker" is not included in savestate, is it?
best, gert
At 13:18 Uhr +0100 07.11.1999, Guenter Geiger wrote:
Vger writes:
hepp, this might be more for guenter..
whenever i have a slider or hslider and a state object in the same patch, sending the message with the number of the save crashes pd.
schade... :)
best, gert
Even better
savestate.c line:102 replace: fprintf(fp,"%s\n",TATOM(a)->a_w.w_symbol->s_name); */ with: fprintf(fp,"%f\n",atom_getfloat(TATOM(a)));
dann funkt auch slider absaven ...
Viel Spass Guenter
:::::::::::::::::::::: http://test.at/test.at http://web.fm
EOT
Vger writes:
yow, top, it works :))
another question... the "ticker" is not included in savestate, is it?
No, use number boxes instead :)
Actually sliders, ticker, atl. should be atoms, just like number boxes, or symbols, then the saving would work automagically, can't remember now, why I didn't make them atoms .... Maybe just because it is not easily possible to do these things in externals.
guenter
best, gert
Sure -- I eventually plan to make number boxes have a "properties" dialog window that can make them look like sliders instead as well as setting their ranges, etc. But that's a ways down the dolist.
If any of you are feeling brave, the new 0.28TEST5 actually has text editing inside boxes (www.crca.ucsd.edu/~msp/Software) -- sorry, Linux only for now; I'll try to get the real release out in a week or so.
cheers Miller
Actually sliders, ticker, atl. should be atoms, just like number boxes, or symbols, then the saving would work automagically, can't remember now, why I didn't make them atoms .... Maybe just because it is not easily possible to do these things in externals.
guenter