diff options
Diffstat (limited to 'audio/zynaddsubfx/files/patch-src_Synth_ADnote.cpp')
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_Synth_ADnote.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/zynaddsubfx/files/patch-src_Synth_ADnote.cpp b/audio/zynaddsubfx/files/patch-src_Synth_ADnote.cpp new file mode 100644 index 000000000000..1b207bbcfdf8 --- /dev/null +++ b/audio/zynaddsubfx/files/patch-src_Synth_ADnote.cpp @@ -0,0 +1,11 @@ +--- src/Synth/ADnote.cpp.orig 2022-01-22 01:46:21 UTC ++++ src/Synth/ADnote.cpp +@@ -1264,7 +1264,7 @@ inline void ADnote::ComputeVoiceOscillator_SincInterpo + inline void ADnote::ComputeVoiceOscillator_SincInterpolation(int nvoice) + { + // windowed sinc kernel factor Fs*0.3, rejection 80dB +- const float_t kernel[] = { ++ const float kernel[] = { + 0.0010596256917418426f, + 0.004273442181254887f, + 0.0035466063043375785f, |