Plugin resizing (scroll down for latest solution)

I’ve changed this so that it no longer using any channels, as these were preventing it from working in Logic if you hadn’t pressed play. I’ve also updated the example. It’s much simpler now, just use the following code:

combobox bounds(10, 180, 80, 20), mode("resize"), value(3)

value(3) is 100%. You can still style the combobox, but it will automatically add its own sizes from 75% to 200%. Its size is also saved across sessions, and whenever you open or close the plugin.

Let me know how it goes.

1 Like