@sadguitarius Thanks for trying! So I think we can go ahead and switch to static linking.
Originally posted by @Spacechild1 in #7543
PitchDetection ugens (e.g. Tartini) link to FFTW and Linux and Windows. On Linux it's fine, as system-wide libraries are used. On Windows, we link to the FFTW library but don't provide it (nor could we, before SC 3.15), so the FFTW symbols are resolved from the library distributed with SC. However, this is fragile.
It was suggested to switch to using a statically-linked FFTW in sc3-plugins to remove that dependency. See the linked thread for context
Originally posted by @Spacechild1 in #7543
PitchDetection ugens (e.g. Tartini) link to FFTW and Linux and Windows. On Linux it's fine, as system-wide libraries are used. On Windows, we link to the FFTW library but don't provide it (nor could we, before SC 3.15), so the FFTW symbols are resolved from the library distributed with SC. However, this is fragile.
It was suggested to switch to using a statically-linked FFTW in sc3-plugins to remove that dependency. See the linked thread for context