Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin authored May 15, 2024
1 parent 0015219 commit 7f21338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
<h1>iPlug2 - C++ audio plug-in framework</h1>
<p>iPlug2 is a simple-to-use C++ framework for developing cross-platform audio plug-ins/apps and targeting multiple plug-in APIs with the same minimalistic code. It abstracts an audio plug-in (IPlug) and its drawing engine/GUI toolkit (IGraphics). IGraphics is a simple UI toolkit with good performance which contains a collection of common controls well suited for audio plug-ins, either using bitmap or vector graphics. Alternatively examples are included showing how you can use technologies such as HTML/CSS or SwiftUI on top of a C++ DSP layer.
</br></br>
The recommended starting point for an iPlug2 project in 2023 can be found in a separate repo, <a href="https://github.com/iplug2/iPlug2OOS">iPlug2OOS (out-of-source)</a>
The recommended starting point for an iPlug2 project in 2024 can be found in a separate repo, <a href="https://github.com/iplug2/iPlug2OOS">iPlug2OOS (out-of-source)</a>
</br></br>
The original version of iPlug was released in 2008 as part of Cockos' WDL library. iPlug2 (2018...) is a substantial reworking that brings multiple vector graphics backends to IGraphics (including GPU accelerated options and HiDPI/scaling), a better approach to concurrency, support for distributed plug-in formats and compiling to WebAssembly via emscripten, amongst many other things.
</br></br>
iPlug2 targets the VST2, VST3, AUv2, AUv3, AAX (Native) and the Web Audio Module (WAM) plug-in APIs. It can also produce standalone win32/macOS apps with audio and MIDI I/O, as well as Reaper extensions. Windows 8, macOS 10.11, and iOS 14 are the official minimum target platforms, but depending on the graphics backend used, you may be able to make it work on earlier operating systems.
iPlug2 targets the CLAP, VST2, VST3, AUv2, AUv3, AAX (Native) and the Web Audio Module (WAM) plug-in APIs. It can also produce standalone win32/macOS apps with audio and MIDI I/O, as well as Reaper extensions. Windows 8, macOS 10.11, and iOS 14 are the official minimum target platforms, but depending on the graphics backend used, you may be able to make it work on earlier operating systems.
</br></br>
iPlug2 includes support for the <a href="https://faust.grame.fr/">FAUST</a> programming language, and the libfaust JIT compiler. It was the winner of the 2018 FAUST award.
</br></br>
Expand Down

0 comments on commit 7f21338

Please sign in to comment.