Pd 0.39 test 5 is out. Main changes are better protection against losing edited files and many small bug fixes. I'm hoping to add no more features, only fix bugs, and get the "real" 0.39 out in a week or so.
oh ... and isn't there a workaround to reduce the number of
NB: samplerate~ momentarily started DSP to learn sample rate
messages dumped to the console .... i'm reading this message about 200 times when loading my performance patch ...
cheers ... t
Yep, I got those too, ended up rewriting samplerate~ another way. Uploaded to CVS "main" branch.
I still get large numbers of "no such object" messages from something having to do with data... will try to fix that now.
cheers Miller
On Sun, Aug 21, 2005 at 02:16:56PM +0200, Tim Blechmann wrote:
Pd 0.39 test 5 is out. Main changes are better protection against losing edited files and many small bug fixes. I'm hoping to add no more features, only fix bugs, and get the "real" 0.39 out in a week or so.
oh ... and isn't there a workaround to reduce the number of
NB: samplerate~ momentarily started DSP to learn sample rate
messages dumped to the console .... i'm reading this message about 200 times when loading my performance patch ...
cheers ... t
-- mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.mokabar.tk
latest mp3: kMW.mp3 http://mattin.org/mp3.html
latest cd: Goh Lee Kwang & Tim Blechmann: Drone http://www.geocities.com/gohleekwangtimblechmannduo/
After one look at this planet any visitor from outer space would say "I want to see the manager." William S. Burroughs
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Yep, I got those too, ended up rewriting samplerate~ another way. Uploaded to CVS "main" branch.
well, i think it would be a good idea to send the samplerate to the outlet when dsp is switched on ....
this would also make the workaround: |r pd| | |b| | |samplerate~|
obsolete ...
cheers ... tim
Yep, I've been thinking about that... since it would also be good to be able to query block size (particularly of the parent patch!), it might be time to make a more general DSP status notification object...
cheers Miller
On Sun, Aug 21, 2005 at 05:00:42PM +0200, Tim Blechmann wrote:
Yep, I got those too, ended up rewriting samplerate~ another way. Uploaded to CVS "main" branch.
well, i think it would be a good idea to send the samplerate to the outlet when dsp is switched on ....
this would also make the workaround: |r pd| | |b| | |samplerate~|
obsolete ...
cheers ... tim
-- mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.mokabar.tk
latest mp3: kMW.mp3 http://mattin.org/mp3.html
latest cd: Goh Lee Kwang & Tim Blechmann: Drone http://www.geocities.com/gohleekwangtimblechmannduo/
After one look at this planet any visitor from outer space would say "I want to see the manager." William S. Burroughs
Miller Puckette wrote:
Yep, I've been thinking about that... since it would also be good to be able to query block size (particularly of the parent patch!), it might be time to make a more general DSP status notification object...
and while you are at it. it would be very nice if there would be a possibility to a) store and b) query the overlap-factor.
right now, the overlap factor and the samplerate somehow are cooked together (in t_signal) and out comes something which is rather hard to interprete...
mfg..asdr IOhannes