Skip to content

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.

fab672000/wdl-fab

 
 

Repository files navigation

WDL / IPlug - Fabulous Fab Edition

Forks from the Oli Larkin / Tale versions

This branch mainly focuses for now on code refactoring/cleanup and re-usability aspects.
Provides a Cmake build alternative, which makes a new project creation (i.e. in the examples folder) a 2-liner.
Also provides extra documentation like custom html pages autodocumentation with doxygen (lots of todo's here).
Also provides fixes and enhancements in terms of features compleneteness like the std dialogs api. 
It provides a lot of code decoupling and re-factoring/cleanup (i.e. less files to duplicate for each new project, 
 audio preferences dialog integrated inton the iPlug library hence can evolve rapidly with no code duplication).
It makes unsafe depracted api safe (i.e. string manipulation operations), hence enhancing debugging experience.

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.

Cockos WDL Page: http://www.cockos.com/wdl
Discuss WDL on the WDL forum http://forum.cockos.com/forumdisplay.php?f=32
---------------------------------------------------------------------------
Cockos WDL License
Copyright (C) 2005 and later Cockos Incorporated
Portions copyright other contributors, see each source file for more information
This software is provided 'as-is', without any express or implied warranty.  
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, 
including commercial applications, and to alter it and redistribute it freely, 
subject to the following restrictions:

1. The origin of this software must not be misrepresented; 
   you must not claim that you wrote the original software. 
   If you use this software in a product, an acknowledgment in the product documentation 
   would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, 
   and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

WDL includes the following 3rd party libraries (which are all similarly licensed):

* JNetLib http://www.nullsoft.com/free/jnetlib
* LibPNG http://www.libpng.org/pub/png
* GifLib http://sourceforge.net/projects/libungif
* JPEGLib http://www.ijg.org
* zlib http://www.zlib.net

IPlug includes the following 3rd party libraries:
* ICST DSP - http://www.icst.net/research/projects/dsp-library/
* Vorbis and Ogg - http://xiph.org/downloads/

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 60.1%
  • C++ 29.0%
  • Shell 4.8%
  • Objective-C++ 3.4%
  • TeX 1.0%
  • Objective-C 0.6%
  • Other 1.1%