Hi Joel,
On 14/05/15 22:31, Joel Corelitz wrote:
I’m still doing something wrong though. When I send the message [42( to [makefilename %d] I get an “ inlet: expected 'float' but got ‘1’” error from [route]. Seems like it’s still a symbol.
I think route by default expects an float to the right inlet. To have it expect a symbol you need to create it with a symbol to start with. So replace [route] with [route replaceme] and then the 42->makefilename->right inlet should work.
Cheers,
Chris.