If you keep moving items out of the far right/left side of the browser, the pedalboard will keep zooming out without giving the possibility to revert to default zoom area
It seems that Default pedalboard is the base for all new pedalboards which is cool but if you save the default pedalboard when extremely zoomed out, you won’t be able to revert zoom to default for any new pedalboards too.
I think a solution could be to always resize the boundaries to the farthest plugin.
Let’s say the available area is 1000x1000, if I move a plugin to x=1100, the area is automatically resized to (1100+pluginwidth) x 1000. So if I move back the plugin to x=600, the area should be automatically resized to it’s starting default (1000x1000) or 600+pluginwidth x 1000.
I think that was attempted before but didnt work very well.
It would need to recalculate bounds everytime a plugin is moved, which is wasteful in terms of CPU.
IMO a small “resize to fit” button might be best.