hello all
does anyone know if i can pass parameters when i create object pd
for example "pd test 12 13 14" ?
thank you
object pd with additional parameters
hello all
does anyone know if i can pass parameters when i create object pd
for example "pd test 12 13 14" ?
thank you
Hi,
no you can't use parameters on subpatches (they inherit of the parent patch ones). You should use abstraction for that.
Work in progress : FCPD a FreeCAD PureData connexion
@kazeko You can access the arguments with [iemguts/canvasindex] but it is rare that getting the arguments of a subpatch is useful and you would be better served by going about things in a different way. For those very rare times when getting the arguments is needed and sensible just stick something like this in the subpatch:
This will not work with a [loadbang], you have to trigger it some other way, there is no loadbang with a subpatch.
thank you for clarifications
Oops! Looks like something went wrong!