shithub: ft²

Download patch

ref: c4b01841033fea3a265f1e33f6c8fde91c2c50f4
parent: 295a330c6831453e5b8f4553fe7ee594efd00f32
author: Olav Sørensen <olav.sorensen@live.no>
date: Thu Apr 4 11:27:48 EDT 2024

Change MAX_TAPS to 16

--- a/src/mixer/ft2_mix.h
+++ b/src/mixer/ft2_mix.h
@@ -3,7 +3,7 @@
 
 #include <stdint.h>
 
-#define MAX_TAPS 32
+#define MAX_TAPS 16
 #define MAX_LEFT_TAPS ((MAX_TAPS/2)-1)
 #define MAX_RIGHT_TAPS (MAX_TAPS/2)