Question regarding Pure Data: do abstractions support creation arguments? If so how can I make them work? I have a setup like this and I would expect 1 to appear in a bottom number box in bar.pd. Do I really have to pass all arguments to foo using other boxes (as shown in bar2.pd)?
foo.pd:
[inlet]
|
[outlet]
bar.pd (does not work):
[foo 1]
|
[0\
bar2.pd (this works):
[loadbang]
|
[1(
|
[foo]
|
[1\