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

small GUI with the ConsoleMeter from Tukan #65

Open
xhub opened this issue Aug 5, 2022 · 4 comments
Open

small GUI with the ConsoleMeter from Tukan #65

xhub opened this issue Aug 5, 2022 · 4 comments

Comments

@xhub
Copy link

xhub commented Aug 5, 2022

First of all, thanks a lot for your work on this. It's amazing!

When opening the ConsoleMeter plugin from https://github.com/TukanStudios/TUKAN_STUDIOS_PLUGINS in ysfx, the display is very small, see below
ysfx-GUI-small
Changing the windows size does not influence the size.

Within Reaper, making the window bigger scales the displayed part
ysfx-GUI-reaper

This is with the current master on linux (Gentoo).

@jpcima
Copy link
Owner

jpcima commented Aug 5, 2022

Hi,
indeed, the resized editor window does not currently modify the size of the jsfx graphics area.
Reaper would modify the values of gfx_w, gfx_h to match the view size.

Ysfx would assume a graphics area to be fixed size or programmatically-sized; and on resize, just recenters the gfx view into the editor. This behavior is implemented in YsfxEditor::Impl::relayoutUI.

Will fix when I have a bit of time.

@xhub
Copy link
Author

xhub commented Aug 5, 2022

Thanks for your quick reply. I tried to scale it by having gfx_{h,w} set to better value, but it's more involved than that and hence above my limited understanding of jsfx. Looking forward to your changes.

@jpcima
Copy link
Owner

jpcima commented Aug 5, 2022

If you would like to edit the script, check near @gfx where default width and height are defined
@gfx 190 88

@xhub
Copy link
Author

xhub commented Aug 5, 2022

Thanks, setting it to @gfx 800 200 provides a good workaround

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

2 participants