One more reason, from milkii

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-04 15:22:25 +00:00
parent 7ef99336e4
commit bb350de296
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -116,6 +116,7 @@ Other relevant reasons include:
- LV2 plugin version from the start
- Proper dark mode support
- Proper optimized build (because all code is compiled to a single file, we can use LTO over the whole thing)
- Real CV ports to and from the plugin
- Removing online access from the plugin and included modules (no phone-home here!)
- Works as a test case for [DPF](https://github.com/DISTRHO/DPF/) and [Carla](https://github.com/falkTX/Carla/)
- It is fun :)