On 6/12/24 09:25, Johnny Mauser via Pd-list wrote:
Thanks for the answer. Yeah, I was thinking about something like that too, don’t know how to track this down. Also I am confused with the gem backends these days.
you probably should modernize your patch:
fromsymbol] (if you only converting a single symbol) those should be simple. you can also replace [drip] with some patch involving [list store], but that's a bit more complicated.
anyhow: the latest and greatest Gem should give you the actual size of the framebuffer for your window at the outlet of [gemwin]. use that instead of the dimension you asked for, and it should fix your original problem. ([gemwin] outputs all kind of information about the window, so use [route])
gfmasdr IOhannes