On Tue, Sep 28, 2010 at 10:50 PM, Tyler Leavitt
<thecryoflove@gmail.com> wrote:
hello all,
this should be a basic question for probably the majority of you, but i'm a n00b so here goes.
i'm working with the [plugin~] object and want to use a [popup] object to make it more manageable. so my idea was pretty elementary
[listplugins( ---- [plugin~]-------[route label]-----[append $1(------[popup]
my error is "$1: argument number out of range" so i'm pretty sure it is expecting a float and getting a symbol. i'm sure this is a pretty basic p:d concept but i can't grasp how to send a message with a variable symbol coming in, if that makes sense. i need to be sending [append PhaserII( or something similar. when i [print] the [route label] i get the PhaserII, but it's not passing that along in the append message.
try [prepend append] instead of [append $1(
Andras