is it possible to set a 'default value' for a inlet (subpatch)?
What I try to achieve is :
if the inlet is not connected a value should be '1' ,
if it is connected, use the value from the inlet.
is it possible to set a 'default value' for a inlet (subpatch)?
What I try to achieve is :
if the inlet is not connected a value should be '1' ,
if it is connected, use the value from the inlet.
Currently all unconnected inlets default to zero.
I fear that implementing this would result in unexpected behavior.