-
Notifications
You must be signed in to change notification settings - Fork 27
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
Opening and showing 2 times the plugin messes up the graphic screen #44
Comments
Some extra info: It is the combination of ysfx and ui-lib.jsfx-inc. It doesn't occur when the default theme is used, but with theme 'tron' or 'black' things gets messed up. It does not occur when the standard Reaper implemention for jsfx is used. Edit: It seems to concentrate around the font-functions. The themes use these function. Using the default theme and then changing the font-face, font-size, or making it italic. the behavior starts |
It was worked around in cd8b0ca. |
I can live with this :-). Do you want me to close this issue or will I leave it open for you to decide when to close it? |
Keep the issue open please. Thanks for your help with the testing :) Regarding performance: it's doubtful that fps is a significant measure here. The implementation of the mutex is not likely to make any significant difference either. The element that makes ysfx VST special is that it runs the As of now, each plugin editor is having its own background thread, and as we discovered, calling SWELL from these multiple threads is creating problems.
|
also I never heard about a |
also I never heard about a gfx_hz option before..
Thanks for your explanation, although I must admit that I don’t know what
SWELL means (but I will look that up). The gfx_hz option came with 6.44.
https://www.reaper.fm/sdk/js/js.php
|
When I open and display two instance of ysfx simultaneously the screen gets garbled big time, where it comes to texts.
In Reaper you can detach the plugin-interfaces by double-clicking the plugin.
Problem does not occur when the plugin-interfaces are not being shown at the same time.
Might be related to ui-lib.jsfx-inc https://geraintluff.github.io/jsfx-ui-lib
The text was updated successfully, but these errors were encountered: