#! /bin/sh /usr/share/dpatch/dpatch-run ## Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/xmp/+bug/393717 ## Patch: http://launchpadlibrarian.net/28538057/xmp-mixer128.patch ## ## Description: Compile with 128-bit channel mixer @DPATCH@ diff -urN xmp-2.6.1.orig/src/include/mixer.h xmp-2.6.1/src/include/mixer.h --- xmp-2.6.1.orig/src/include/mixer.h +++ xmp-2.6.1/src/include/mixer.h @@ -5,7 +5,7 @@ /*#define SMIX_C4NOTE 6947*/ #define SMIX_C4NOTE 6864 -#define SMIX_NUMVOC 64 /* default number of softmixer voices */ +#define SMIX_NUMVOC 128 /* default number of softmixer voices */ #define SMIX_MAXRATE 48000 /* max sampling rate (Hz) */ #define SMIX_MINBPM 0x10 /* min BPM */ + #define SMIX_RESMAX (sizeof (int16)) /* max output resolution */ +