VST effect plugins
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
New
|
Wishlist
|
Unassigned |
Bug Description
The SDK for version 3 of the popular VST plugin format is available under the GNU GPL v3:
https:/
Mixxx is currently licensed under the GNU GPL v2 or later, so as far as I understand (and IANAL), we could legally implement VST3 support if we distribute Mixxx as a whole under the GNU GPL v3. I think old code by itself would remain under the GPL v2 or later. Practically I don't think there would be any difference for us except maybe adding some clarification to the LICENSE file. We should consult with a lawyer before doing this to be clear, which is another good reason to join Software Freedom Conservancy.
Related: LV2 plugin support (Bug #1530238)
Changed in mixxx: | |
importance: | Undecided → Wishlist |
description: | updated |
Changed in mixxx: | |
milestone: | none → 2.3.0 |
description: | updated |
description: | updated |
Changed in mixxx: | |
milestone: | 2.3.0 → none |
VST API documentation is available at https:/ /github. com/steinbergme dia/vst3_ doc . Inconveniently it is not hosted online anywhere as far as I can tell, so to read it you need to download that Git repository and view it locally. From a quick glance at the documentation, VST seems much more complex than LV2 and lilv.