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

adds IVMeterControl #105

Closed Eugene-Y closed 6 years ago

olilarkin commented 6 years ago

this is great, will look at how best to merge soon. I want to reduce the amount of code necessary for controls like this, will see how much can be brought into the library

Eugene-Y commented 6 years ago

As usual there are several helper functions for IRECTs and basic text measurement, and this time there is some WDL_String processing stuff like removing trailing zeroes.

Eugene-Y commented 6 years ago

the only thing I forgot is to cleanup the colors. I wanted to set these colors in the constructor to avoid using static members.

olilarkin commented 6 years ago

you can keep pushing to the PR if you forgot something

olilarkin commented 6 years ago

I have merged this work into the iplugquake-vcontrols branch. Closing this pull request.

https://github.com/olilarkin/wdl-ol/tree/iplugquake-vcontrols