Standalone objects/window size


    Jul 06 2014 | 3:46 am
    Hi everyone, I want to be able to resize the window in standalone mode with the size of some objects that change as well proportionally. Is that possible?
    Thanks

    • Jul 07 2014 | 4:37 pm
      Something like that, but more fluid and elegant.
      `
    • Jul 08 2014 | 10:28 am
      I spent a good amount of time exploring the same thing some time ago. What I discovered is that resizing using the handle of the patcher window never gave consistent resize updates. So I instead used objects in the window as handles and automated changes in window size according to the mouse cursor x/y delta when click/dragging the handles. It's one solution, I think it could be done better. Maybe you could use something in here.