Dplug
Dplug copied to clipboard
Crashy LV2 manifest generation
Large manifest tend to interrupt build on Windows + LV2.
- [ ] Use some kind of Vec for manifest generation
- [ ] Use some kind of C vararg function to add to it
- [ ] avoid all the leaks and mallocs
- [ ] remove use of
strcat - [ ] (optional) TTL can get big. Find a way to strip them down eventually. Currently releasing LV2 + Windows is fraught with perils.