Oli Larkin
Oli Larkin
thanks for your continued work on this!
Well i am going to hack and see what I can come up with that doesn't require people to have to rework stuff. This is probably a pipe dream to...
I have considered that, however probably splitting up IGraphics would be simpler
iOS 14 has a nice new color picker , added in f847c031fd6fd5cb17c460ba129c80705a93b314
You can add it easily https://gist.github.com/olilarkin/02a0618cde48f80e22f329513c044e5c I think that since we need to maintain compatibility with existing state, it's up to the programmer to add this functionality
Chunks are fine, but when using them you need to think carefully about how your state might change in the future, and how you deal with it. On Wed, 14...
Yes that’s an error, see the first version. I forgot it’s best to serialise parameters at the end in case you add another parameter On Wed, 14 Jul 2021 at...
The problem with this approach is that it’s also stored in each preset. I don’t think that a plug-in ui size should change each time you load a preset. It...
I've discussed this with a few plug-in devs and the consensus seems to be that many use their own preset manager, and store the editor dimensions in the regular plug-in...
can't merge this as is, because it breaks old code that would call IControl::PromptUserInput(mRect), making menus of controls that are on the right half of the gui appear hard-right aligned...