This project is a fork of the
wdl.git project. If you have that one
already cloned locally, you can use
git clone --reference /path/to/your/wdl.git/incarnation mirror_URL
to save bandwidth during cloning.
description | 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. (git mirror) |
homepage URL | https://github.com/olilarkin/wdl-ol |
repository URL | https://github.com/olilarkin/wdl-ol.git |
owner | przemoc@gmail.com |
last change | Fri, 6 Sep 2019 09:35:37 +0000 (6 10:35 +0100) |
last refresh | Thu, 21 Nov 2024 08:43:06 +0000 (21 09:43 +0100) |
mirror URL | git://repo.or.cz/wdl/wdl-ol.git |
| https://repo.or.cz/wdl/wdl-ol.git |
| ssh://git@repo.or.cz/wdl/wdl-ol.git |
bundle info | wdl-ol.git downloadable bundles |
content tags
|
|
readme
WDL / IPlug - Oli Larkin Edition
IPlug is a simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. Originally developed by Schwa/Cockos, IPlug has been enhanced by various contributors. IPlug depends on WDL, and that is why this project is called WDL-OL, although most of the differences from Cockos' WDL are to do with IPlug.
This version of IPlug targets VST2, VST3, AudioUnit RTAS and AAX (Native) APIs. It can also produce standalone Windows/OSX audio/midi apps and apps for Apple's IOS devices.
This version of WDL/IPlug shares the same license as the Cockos edition. Several of the added features are based on the work of other people. See individual source code files for any extra license information.