I think getproperty is overload to only look in the children list. You can access the output with observe, see the @manipulate docs. So the following should work:
@layout! mp vbox(hbox(:freq1, :freq2), observe(_))
I think getproperty is overload to only look in the children list. You can access the output with observe, see the @manipulate docs. So the following should work:
@layout! mp vbox(hbox(:freq1, :freq2), observe(_))