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

iParam.h, iPlugConstants.h, formatting/spelling #87

Closed QrchackOfficial closed 6 years ago

QrchackOfficial commented 6 years ago

iParam.h: Set(), Value(), Bool(), Int() iPlugConstants.h: AMP_DB, IAMP_DB .gitignore: Ignore VS Code workspace and Doxygen output

Static page updates:

codingstyle.md: Coding style guidelines -> Code Style duplicate.md: monospace font for command examples examples.md: clarified (if you change that -> dynamic linking) quickstart.md: Quickstart > Quick Start (neater display in Related Pages) README.md: Coding Style -> Code Style (following change in codingstyle.md) upgrade.md: Upgrading from previous versions -> How to Upgrade