olilarkin / wdl-ol

Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
https://github.com/iplug2
936 stars 187 forks source link

Iplugquake #92

Closed AlexHarker closed 6 years ago

AlexHarker commented 6 years ago

This request covers some windows clean-up, windows resizing for scale and implementation of final bitmap scaling for LICE under windows.

Note that the copy to screen is now done for the whole bitmap for windows each time. This could be reworked if the API is changed somewhat (it seems to be implied that RenderBitmapAPI() where the bitmap copies now happen might be restructured).