surge-synthesizer / surge

Synthesizer plug-in (previously released as Vember Audio Surge)
https://surge-synthesizer.github.io/
GNU General Public License v3.0
3.16k stars 399 forks source link

portable_intrinsics.h walks merrily down the street #6954

Closed baconpaul closed 1 year ago

baconpaul commented 1 year ago

This is my next target in the vember tech refactor think

baconpaul commented 1 year ago

Ahh this one is annoying. Vectorized SVF Filter, Vocoder and BBD Ensemble Effect all use it; but that vectorized filter goes with the vocoder only. So maybe keep this one around when we factor down to FX as an FX-only header.

baconpaul commented 1 year ago

OK these are only used in the FX. My view on this is (1) don't promulgate these macros but (2) move them with the FX when we move the FX or deal with them then. So I'm going to close this for now and revisit it later.