So I’ve got a catch all grid that defaults any time I open the key editor in Cubase. But I’ve got other grids I’d love to prioritize if they’re called certain things. For example: “Key Editor SSO Violins 1”. I have the dynamic window looking for SSO Violins 1, and usually that grid will open when the key editor under the name of that track is open. But often it will switch between them.
Thinking about the logic for a possible implementation here seems like it could get convoluted quick. Like if it was Boolean, the easy solution would be something like "if window contains ‘Key Editor’ AND ‘SSO Violins 1’, but then we’d have to say it will default to the catch-all Key Editor grid “if window contains ‘Key Editor’ not ‘SSO Violins 1’”. The reason why is id have to manually say “contains not” for about 70 grids atm; and that number is always climbing hahaha.
Eager to see if this would be a useful feature for the general userbase, and how that could be implemented to keep it simple and not as convoluted as I’m thinking it could be. ![]()