Hi,
I'm running into two issues I can't seem to solve:
-
Is there a way to dynamically load and clear abstractions?
Let’s say I have multiple synthesizer engines with different GOP settings and sliders.
I’d like to switch between them by always loading just one engine at a time and replacing the GOP of the previous engine. -
I’d like to create a virtual display/dynamic GUI. I know that I can’t hide objects in Pure Data, but I could move the GOP to different sections to give the impression of switching display pages.
The problem is that I have 16 tracks, and each track might need 6–8 pages. That’s already over 100 pages — not including the different synthesizer engines with their own settings for each page.
Altogether, that could easily add up to 400+ pages, which is way too much to handle just by shifting the GOP.
I also considered using one abstraction per track. But that would require showing a GOP inside another GOP, which looks like that won`t work either?
Are there any other options I could try?