Re: [PD] Having trouble using rradical abstractions

2007-03-17 Thread Frank Barknecht
Hallo,
Thomas Jeppesen hat gesagt: // Thomas Jeppesen wrote:

 Thank you to everyone helping me with these first noobish steps. I feel 
 terrible asking about them over and over again, but I'm really having 
 trouble getting my head around these aspects of PD. Unfortunately I'm not 
 quite there yet, there's one last error that's still giving trouble:
 
 nroute v0.1, written by Olaf Matthes [EMAIL PROTECTED]
 error: unpack: type mismatch
 ... you might be able to track this down from the Find menu.

If that's your only error message left then your set to go: This one
is harmless and goes away, as soon as you've initializes the pattern
for example by resetting it with the rst bang.

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

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Having trouble using rradical abstractions

2007-03-16 Thread Thomas Jeppesen
Thank you to everyone helping me with these first noobish steps. I feel 
terrible asking about them over and over again, but I'm really having 
trouble getting my head around these aspects of PD. Unfortunately I'm not 
quite there yet, there's one last error that's still giving trouble:

nroute v0.1, written by Olaf Matthes [EMAIL PROTECTED]
error: unpack: type mismatch
... you might be able to track this down from the Find menu.

I'm now loading the rrad.pattseq.pd inside a patch as suggested by Frank 
Barknecht, and it did solve the problem with the OSCroute object, but now 
I'm getting this one.

Any suggestions?

Cheers!
Thomas 


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Having trouble using rradical abstractions

2007-03-15 Thread Thomas Jeppesen
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

pool 0.2.2pre - hierarchical storage object, (C)2002-2006 Thomas Grill

[symbol2list] part of zexy-2.1 (compiled: Feb 27 2007)
 Copyright (l) 1999-2006 IOhannes m zmölnig, forum::für::umläute  IEM
* OSC-route: float arguments are not OK.
 OSCroute $1
... couldn't create


I'd really like to use all these abstractions, as they fit my current project 
very well, but I can't seem to iron out this problem though.

I'm using a windows installation. But I'm starting to feel that a lot of my 
troubles using pd will go away if I get a Linux-installation up and running 
instead.

Cheers!
Thomas

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Having trouble using rradical abstractions

2007-03-15 Thread Frank Barknecht
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__

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list