Skip to content

Commit 4c5be9d

Browse files
committed
Update README.md
1 parent 0426b5f commit 4c5be9d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ charset = utf-8
99
indent_style = tab
1010
indent_size = 4
1111

12-
[*.{yml,yaml}]
12+
[*.{md,yml,yaml}]
1313
insert_final_newline = true
1414
trim_trailing_whitespace = true
1515
charset = utf-8

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# About the Project
22
This is a completely "clean room" untainted reverse engineered "SDK" for the VST 2.x interface. It was reverse engineered from binaries where no license restricting the reverse engineering was attached, or where the legal system explicitly allowed reverse engineering for the purpose of interoperability.
33

4+
## At a glance
5+
- Full reimplementation of the VST 2.x SDK.
6+
- Header-only, so no code/object dependencies!
7+
- Written for C99 / C++20 with (optional) backwards support down to C89 / C++98.
8+
- Documentation available [online](https://xaymar.github.io/vst2sdk) _and_ offline with clean JavaDoc comments.
9+
- Liberally licensed so it is usable in commercial products.
10+
- Technically as clean room as it can legally get, but ask a lawyer first anyway.
11+
- I don't provide licenses to Steinberg VsT, their logos, or anything.
12+
413
## As seen in
514
[DISTRHO Plugin Framework](https://github.com/DISTRHO/DPF), [StompTuner](https://github.com/brummer10/StompTuner), [DF Zita Rev1](https://github.com/SpotlightKid/dfzitarev1), [TonPlugIns](https://github.com/Vhonowslend/TonPlugIns), [ToneTwistPlugs](https://github.com/brummer10/ToneTwistPlugs), [DF JPverb](https://github.com/SpotlightKid/dfjpverb), [CChorus](https://github.com/SpotlightKid/cchorus), [Dynation](https://github.com/vertver/Dynation) and likely more.
615

0 commit comments

Comments
 (0)