Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.txt 629B

123456789
  1. This folder contains a pure C VST3-compatible interface, codenamed "travesty".
  2. Name is a play on words from morphing "vestige" (the good old free VST2 reverse-engineered header file) and "three".
  3. The main target is to be able to create VST3-compatible plugins without a bloated SDK.
  4. Everything that is required for plugins fits in a few small header files as presented here.
  5. Also being able to build VST3-compatible plugins in pure C code, something not possible with the original SDK.
  6. Please note this project is still a work in progress.
  7. Use at your own risk, and please report any issues to https://github.com/DISTRHO/DPF/.