I save a subpatch.axs that has a counter in it, set to 128 ( so it should count 0...127).
When I load the subpatch in the main patch however, it doesn't count to 127 but it stays at 0.
Activating the counter's numberbox 'parameter on parent', shows that it defaults to 0, instead of the 128 I saved it with.
Is there a reason for this?
Counter in subpatch defaults to 0?
timvets
#1
timvets
#3
countersubpatchtest.axs (1.2 KB) countersubpatchtestMain.axp (742 Bytes)
attached is a subpatch; countersubpatchtest.axs
and a patch to see it (not) counting; countersubpatchtestMain.axp
looks to be combo boxes are not initialising whilst in sub patchers, other types (like dials) are fine
(e.g. random/uniform exhibits same behaviour)
johannes
#6
ack
subpaches are missing initial pfunction execution
Other parameter types (like dials) do not suffer since they make an initial pfunction call in their own initialization.