[PD-dev] [ pure-data-Patches-1819265 ] print~ can only print dsp-blocks which are 2^n

SourceForge.net noreply at sourceforge.net
Mon Dec 17 18:11:38 CET 2007


Patches item #1819265, was opened at 2007-10-24 05:17
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1819265&group_id=55736

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: Miller Puckette (millerpuckette)
Date: 2007-12-17 09:11

Message:
Logged In: YES 
user_id=313747
Originator: NO

taken.  My bad, the original code was stupid.



----------------------------------------------------------------------

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-24 05: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&group_id=55736




More information about the Pd-dev mailing list