[PD] Pd-0.38.4-extended-RC6 release

Frank Barknecht fbar at footils.org
Tue Dec 20 19:40:11 CET 2005


Hallo,
Michael Mihocic hat gesagt: // Michael Mihocic wrote:

> I have got problems with the following two packages:
> - OSC (a later version was modiefied by Piotr Majdak and checked in by 
> Georg Holzmann), just 20 arguments can be set when using OSC-route, I 
> generally use 24 arguments

Oh, you can read that? ;) Strange thing is, that here I can create
OSCroute with more than 20 arguments and I just compiled a fresh one
from CVS.

Anyway, I think it always is possible to chain OSCroute objects like
in attached patch, which makes it even more readable in my view.

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#N canvas 335 262 691 299 10;
#X obj 86 117 OSCroute /arg1 /arg2 /... /arg20;
#X obj 305 141 OSCroute /arg21 /arg22 /... /arg30;
#X msg 86 84 /arg30 1;
#X obj 479 170 print arg30;
#X connect 0 4 1 0;
#X connect 1 3 3 0;
#X connect 2 0 0 0;


More information about the Pd-list mailing list