Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting plugin editor scale factor (and other plugin editor changes) (#…
…134) * Implement guiSetScale in a JUCE correct way guiSetScale calles editor->setScale but then we need to use that editor scale transform to go from logical units to physical units when representing set/get size at the edges. This works in Linux / Reaper at 200% on ubuntu. * Not working in bitwig * Scaling works for example plugin (no resizing) * Example plugin works with resizing * Little tweaks * Move GUI resizing and transform logic to a wrapper component * Fixing some mistakes on MacOS * Fixing plugin editor not showing after closing and re-opening * PR fixes --------- Co-authored-by: baconpaul <[email protected]>
- Loading branch information