-
Notifications
You must be signed in to change notification settings - Fork 21
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
One window for each patch? #97
Comments
If OF can create multiple windows, then it's probably possible, although I'm not sure how performant that would be. You would also need to track the drawings for each patch so that Ofelia objects on a patch only draw to the corresponding window. I'm not sure how this can be done, and I'm also not sure whether there's a good use case for this feature. |
I see. The use case would be, that I can open several different patches and they do not distract each other. Also, if I close one of those patches now, the window for both gets closed. Of course performance would be an issue, but if it is not much more than openening several OF apps, it could be worth it. |
With the ImGui windows it does actually work, if I give them an individual name with Edit: That is partly solved (for the ImGui windows) by making the Ofelia window local. |
I wonder, if it is possible to have one window for each patch. Currently they are merged into one window (one window for one Pure Data instance).
The text was updated successfully, but these errors were encountered: