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

MathJax support, static members #88

Closed QrchackOfficial closed 6 years ago

QrchackOfficial commented 6 years ago

Doxyfile: Add static members (for documenting const variables) Doxyfile: Add MathJax support Doxyfile: Change MathJax path (CDN obsolete) IPlugConstants.h: AMP_DB, IAMP_DB IPlugUtilities.h: DBToAmp(), AmpToDB() IPlugConstants.h: Move formulas outside brief description IPlugByteChunk.h: Helps deal with -> Manages IPlugUtilities.h: Hide #define GET_PARAM_FROM_VARARG from documentation

It's beautiful: image