hugbug / conpianist

App to control Yamaha CSP digital pianos from Windows, macOS or Linux.
GNU General Public License v3.0
32 stars 4 forks source link

Zoom UI and save/restore zoom and window position #15

Closed hugbug closed 6 years ago

hugbug commented 6 years ago

Our app is built using Juce framework. Juce has a nice feature - scale of the whole app UI with just one global setting. We should utilise this feature and allow users to scale app UI. This is very useful in a cross platform app which should work with many different screen sizes and DPIs.

As a bonus feature: save/restore window size and position.