[PD-dev] [ pure-data-Patches-3136648 ] [unpackOSC] can only handle bundles with depth=16

SourceForge.net noreply at sourceforge.net
Thu Dec 16 06:39:36 CET 2010


Patches item #3136648, was opened at 2010-12-13 12:17
Message generated for change (Comment added) made by mrpeach
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3136648&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: externals
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Martin Peach (mrpeach)
Summary: [unpackOSC] can only handle bundles with depth=16

Initial Comment:
while [packOSC] can create bundles with a depth of up to 32, [unpackOSC] can only unpack them to a depth of 16.

i think the 2 should be made symmetrical.

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

>Comment By: Martin Peach (mrpeach)
Date: 2010-12-16 00:39

Message:
That should be fixed now.
I added packingOSC.h with MAX_BUNDLE_NESTING = 32.
MAX_BUNDLE_NESTING could easily be made larger...

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

Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-12-13 12:19

Message:
attached diff raises the recursion level to 32.

however, i really think that both [packOSC] and [unpackOSC] should use the
same define (from a OSC.h file) twhere this is set once.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3136648&group_id=55736



More information about the Pd-dev mailing list