Hi guys,
it's been a while since I've done any PD patching. Now I'm collaborating in designing some mobile apps and libpd is a fantastic resource. So, I'm back to pure PD patching (vanilla). Ah, so much fun with bare bones!
Anyway, I'm trying to format strings with makefilename and I must be doing something very wrong... I don't know if makefilename is supposed to take lists or not, but this doesn't work:
18 42
|
[makefilename table-%d-%d]
I thought that maybe it could only take one number argument, so I tried:
18
|
[makefilename table-%d]
|
[pack s f] -----43
|
[makefilename %s-%d]
In both cases the second argument gets weird values, as if it was an undefined signed float.
Any ideas how to surpass this? Remember, only vanilla ice cream here...
Cheers!
Ivan