For example when I load the "rrad.nseq.pd" I get this error message:
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
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
On 16/03/2007, at 5.35, Thomas Jeppesen wrote:
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.
It seams that the OSC stuff doesn't load. If adding 'oscx' to your
startup prefs don't work, you can use [import oscx] to load it. Or
add '-lib oscx' to the startup option. I' not sure if it works like
that on win32, but i think it's worth a try.
Am 15.03.2007 um 22:07 schrieb Steffen:
On 16/03/2007, at 5.35, Thomas Jeppesen wrote:
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.
It seams that the OSC stuff doesn't load. If adding 'oscx' to your startup prefs don't work, you can use [import oscx] to load it. Or add '-lib oscx' to the startup option. I' not sure if it works like that on win32, but i think it's worth a try.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
it might be OSC or osc or Osc on win, i dont know either
luigi
Am 16.03.2007 um 05:35 schrieb 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
just found an easy solution today for similar problem
did you try to create "import rradical memento osc" as an object...
that may help
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.
Frank Barknecht _ ______footils.org_ __goto10.org__
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 olaf.matthes@gmx.de 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
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 olaf.matthes@gmx.de 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.
Frank Barknecht _ ______footils.org_ __goto10.org__