bgribble/mfp

export_bounds does not take into consideration the (variable) height of subpatches

Closed this issue · 1 comments

This is visible in the stepseq patch. The height of each "step" varies with the number of control outputs, but the stepseq object just allows room for the first control knob. The step is calling update_export_bounds but for some reason the export_h is not getting propagated back to the height property.

The above commit fixes this issue, closing.