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.
 
descriptionEnhanced 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 URLhttps://github.com/olilarkin/wdl-ol
repository URLhttps://github.com/olilarkin/wdl-ol.git
ownerprzemoc@gmail.com
last changeFri, 6 Sep 2019 09:35:37 +0000 (6 10:35 +0100)
last refreshFri, 3 May 2024 22:31:36 +0000 (4 00:31 +0200)
content tags
add:
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.

shortlog
2019-09-06 Oli LarkinCreate FUNDING.ymlmaster
2019-03-17 Oli LarkinFix NChanDelay when inputs** and outputs** point to...
2019-01-26 Oli Larkinreplace incorrectly used string.lstrip in generate_plis...
2019-01-26 Oli Larkinfix finding of resource.h in REZ .r file
2019-01-26 Oli Larkinbuild to user folders
2019-01-26 Oli Larkindisable 32 bit architectures for xcode 10
2019-01-18 Oli LarkinUpdate README.md
2018-05-30 Oli LarkinUpdate generate_plists.py
2018-03-29 Oli LarkinMerge pull request #113 from tesselode/fix-multi-targets
2018-03-29 Andrew Minnichre-add IPlugMultiTargets_controls.h113/head
2018-03-26 Oli LarkinVST 3.6.9 for windows
2018-03-26 Oli Larkinupdate to VST3 3.6.9 SDK and enable C+11 (mac)
2018-03-25 Oli LarkinMerge pull request #111 from tesselode/ignore-vs
2018-03-25 Andrew Minnichignore .vs folder111/head
2018-03-24 Oli Larkinput back IPlugMouseTestControls.h
2018-03-24 Oli Larkinremove codeblocks from IPlugEffect example
...
tags
11 years ago Endless_Series_v3_2
heads
4 years ago master
5 years ago master-midiouts