diff --git a/src/main.c b/src/main.c index d9e871d..4998298 100644 --- a/src/main.c +++ b/src/main.c @@ -261,7 +261,7 @@ int main(int argc, char **argv) opt.verbose = 1; opt.rate = 44100; opt.mix = -1; - opt.defpan = 50; + opt.defpan = 60; opt.numvoices = 128; opt.driver_id = NULL; opt.interp = XMP_INTERP_SPLINE;