All Projects → olilarkin → Wdl Ol

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:

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Wdl Ol

Camomile
An audio plugin with Pure Data embedded that allows to load and to control patches
Stars: ✭ 527 (-41.83%)
Mutual labels:  plugin, audio, vst, vst3
Juce
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins.
Stars: ✭ 3,841 (+323.95%)
Mutual labels:  plugin, audio, vst, vst3
Node Audio
Graph-based audio api for Node.js based on LabSound and JUCE
Stars: ✭ 67 (-92.6%)
Mutual labels:  plugin, audio, vst, vst3
Audio Plugin Development Resources
Various resources related to developing plugins for audio production.
Stars: ✭ 136 (-84.99%)
Mutual labels:  plugin, audio, vst, vst3
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (-3.86%)
Mutual labels:  plugin, audio, vst, vst3
Baseplug
MVC audio plugin framework for rust
Stars: ✭ 44 (-95.14%)
Mutual labels:  plugin, audio, vst
Iplug2
C++ Audio Plug-in Framework for desktop, mobile and web [PRE-RELEASE]
Stars: ✭ 875 (-3.42%)
Mutual labels:  audio, vst, vst3
Sonobus
Source code for SonoBus, a real-time network audio streaming collaboration tool.
Stars: ✭ 586 (-35.32%)
Mutual labels:  plugin, audio, vst
Melodrumatic
Audio plugin that lets you use MIDI to pitch-shift via delay to turn unpitched audio into melodies
Stars: ✭ 26 (-97.13%)
Mutual labels:  vst, vst3
juceSynths
Collection of JUCE synthesisers utilising the Maximilian library.
Stars: ✭ 78 (-91.39%)
Mutual labels:  vst, vst3
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (-0.33%)
Mutual labels:  audio, vst
Blueprintsound
A plugin for Unreal Engine 4 that surfaces sound-related functionality to Blueprint.
Stars: ✭ 6 (-99.34%)
Mutual labels:  plugin, audio
fogpad
A VST reverb effect in which the reflections can be frozen, filtered, pitch shifted and ultimately disintegrated.
Stars: ✭ 61 (-93.27%)
Mutual labels:  vst, vst3
AudioPlugSharp
Easily create VST (VST3) audio plugins in C# .NET
Stars: ✭ 32 (-96.47%)
Mutual labels:  vst, vst3
GuitarAmp
A basic and experimental guitar modeling amp
Stars: ✭ 79 (-91.28%)
Mutual labels:  vst, vst3
Roboverb
A VST / VST3 / AU / LV2 Reverb Plugin
Stars: ✭ 48 (-94.7%)
Mutual labels:  vst, vst3
Vst.net
Virtual Studio Technology (VST) for .NET. Plugins and Host applications.
Stars: ✭ 267 (-70.53%)
Mutual labels:  plugin, vst
Yabridge
A modern and transparent way to use Windows VST2 and VST3 plugins on Linux
Stars: ✭ 329 (-63.69%)
Mutual labels:  vst, vst3
Spectralizer
Audio visualizer plugin for obs-studio
Stars: ✭ 332 (-63.36%)
Mutual labels:  plugin, audio
Matchering
🎚️ Open Source Audio Matching and Mastering
Stars: ✭ 398 (-56.07%)
Mutual labels:  audio, vst

This project is now archived and is no longer developed

iPlug 2 is the continuation, please go and star/follow that ->

https://github.com/iPlug2/iPlug2


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/macOS audio/midi apps.

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):

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].