Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve resizing #76

Open
izzyreal opened this issue Apr 15, 2023 · 1 comment
Open

Improve resizing #76

izzyreal opened this issue Apr 15, 2023 · 1 comment

Comments

@izzyreal
Copy link
Owner

izzyreal commented Apr 15, 2023

On macOS there are at least these 2 issues:

  1. The LCD screen is essentially pixel art. JUCE's resampling algorithms give interference patterns at quite a few scale factors.
  2. When resizing, the slider, datawheel and knob components wobble. See https://www.youtube.com/watch?v=r-dSUd-Q0tw.

Maybe 1 could be resolved by using https://github.com/avaneev/avir, for which a JUCE wrapper exists.

I suspect 2 could be resolved by improving ContentComponent::resized.

Also investigate resizing on Windows and Linux and see what needs to be improved.

@izzyreal
Copy link
Owner Author

izzyreal commented Nov 3, 2023

For the LCD part I got something that works on https://github.com/izzyreal/vmpc-juce/tree/avir-lcd but I'm not sure whether to merge it in. Performance difference shoud be profiled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant