Geonkick-Synthesizer / geonkick

Geonkick is a free software synthesizer capable of generating a wide range of percussive sounds, including kicks, snares, claps, hi-hats, shakers, and also unique effect sounds.
https://geonkick.org
GNU General Public License v3.0
93 stars 7 forks source link

feature request: include the vst3 sdk #9

Closed magnetophon closed 8 months ago

magnetophon commented 8 months ago

I'm updating the package for NixOS, and I noticed there is a VST3 version now, great! Could you include the VST3 SDK in the source somehow, for example as a git submodule. This would make it much easier to build.

Thanks!

iurienistor commented 8 months ago

Hi, vst sdk will not be included in the source code of Geonkick, nor as a module. The sdk is build by the Geonkick build system as an external target if you pass cmake -DVST3_SDK_PATH=full system path to VST3 SDK source code folder

magnetophon commented 8 months ago

Thanks for clearing that up, seems pretty final. :) Would you mind telling me why you've made that decision?

iurienistor commented 8 months ago

@magnetophon You can find here. https://gitlab.com/Geonkick-Synthesizer/geonkick/-/issues/2#note_1577457597 Also, Geonkick follows the Debian Upstream Guide https://wiki.debian.org/UpstreamGuide not to include and distribute 3rd party libraries.

magnetophon commented 8 months ago

OK, thanks for clearing that up.