Patches item #1819265, was opened at 2007-10-24 14:17 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1819265...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update.
Category: puredata Group: None
Status: Open Resolution: None Priority: 5 Private: No Submitted By: IOhannes m zmölnig (zmoelnig) Assigned to: Miller Puckette (millerpuckette) Summary: print~ can only print dsp-blocks which are 2^n
Initial Comment: [print~] is not able to print dsp-blocks which are non 2^n-sized correctly. this is not a problem as long as Pd can only handle 2^n blocks.
however, miller has mentioned, that this restriction should fall in the near future (though in the CVS version of the upcoming 0.41 this restriction still applies)
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-24 14:19
Message: Logged In: YES user_id=564396 Originator: YES
the attached patch makes [print~] handle blocksizes of any lengths.
it might be slower than the original version, but: - who cares about speed in a function like [print~] that is slow per se. - it reduces the number of lines of code by 5 File Added: print_tilde.patch
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1819265...