Mercurial > hg > pub > prymula > com
view DPF-Prymula-audioplugins/dpf/distrho/src/travesty/README.txt @ 4:0962f0296c8a
ColorsMemory-0.210503-1.1
author | prymula <prymula76@outlook.com> |
---|---|
date | Tue, 30 Jan 2024 16:43:10 +0100 |
parents | 84e66ea83026 |
children |
line wrap: on
line source
This folder contains a pure C VST3-compatible interface, codenamed "travesty". Name is a play on words from morphing "vestige" (the good old free VST2 reverse-engineered header file) and "three". The main target is to be able to create VST3-compatible plugins without a bloated SDK. Everything that is required for plugins fits in a few small header files as presented here. Also being able to build VST3-compatible plugins in pure C code, something not possible with the original SDK. Please note this project is still a work in progress. Use at your own risk, and please report any issues to https://github.com/DISTRHO/DPF/.