Hello,
I'm trying to implement my first Serious Idea in pd but I'm stumbling in the basics.
One abstraction would take a filename and a table name, load the file into the table and do stuff. So I'd like to send the soundfiler inside the abstraction this message:
"read -resize $1 $2"
But how do I pack that into a message? I can't make a "pack symbol symbol symbol symbol" with four message parameters "symbol read", "symbol -resize", "symbol $1" and "symbol $2", because (if I understand right) in a message $1 is a list index, not the first abstraction input parameter.