[PD] Having trouble using rradical abstractions

Frank Barknecht fbar at footils.org
Thu Mar 15 23:16:21 CET 2007


Hallo,
Thomas Jeppesen hat gesagt: // Thomas Jeppesen wrote:

> For example when I load the "rrad.nseq.pd" I get this error message:
> 
> * OSC-route: float arguments are not OK.
>  OSCroute $1
> ... couldn't create

RRADical abstractions are expected to be used with a first argument that
starts with a slash. So if you want to use rrad.nseq.pd in a patch,
you need to "tag" it with something like: 

[rrad.nseq /myseq0]
[rrad.nseq /myseq1]
[rrad.nseq /myseq2]

or so. This is to be able to save the states of every rrad.nseq
instance seperately.

If you don't use the first /slash-arg, then Pd inserts a 0 as default,
which is illegal as an OSC-target and will break the internal routing
OSCroute will warn about this with above message.

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__




More information about the Pd-list mailing list