Alex Harker
Alex Harker
I'm looking at this issue and I'm not sure we are dealing with win DCs correctly at all. They only get used in Cairo/Win platform code. - There is a...
Great stuff! If you have any questions about the IGraphics methods please ask here or on the slack channel!
This is fantastic - it looks like you've got font loading working - is that the case?
Part of the reason this doesn't exist is that I'm not sure NanoVG can support it. We'd need a canvas implementation also. Canvas can definitely support this, however. The other...
Thanks. With canvas I am referring to HTML canvas (IGraphicsCanvas.h/.cpp).
Do you have a plan for this, and will these be by inheritance or composition? Composition has the advantage that drawing could be switched out on the fly, but that...
Can you post the exact error? wdltypes.h should redefine those macros on mac if they are already defined (line 104 onward) so I'm confused as to what is going on...
Can't repro on High Sierra - can we get more specific info - the error and a more precise set of steps (ideally by modifying one of the examples). I...
@olilarkin - so currently there are hooks to serialize and unserialise editor state (which you can override for custom behaviour - by default just stores GUI size/scale). There's also a...
It gets more complex in that VST3 has a specific spec for storing controller data but the other formats do not. If you build your own internal preset system you...