|
@@ -32,7 +32,9 @@
|
|
// The right-channel is increased in frequency by itself divided by this amount.
|
|
// The right-channel is increased in frequency by itself divided by this amount.
|
|
// The right value should not noticeably change the pitch, but it should provide
|
|
// The right value should not noticeably change the pitch, but it should provide
|
|
// a nice stereo harmonic effect.
|
|
// a nice stereo harmonic effect.
|
|
-#define FREQ_OFFSET 128.0//96.0
|
|
|
|
|
|
+// This value should be well tuned to get best sound quality.
|
|
|
|
+// Currently, 384.0 is the best choice. (**sdlpal_tune**)
|
|
|
|
+#define FREQ_OFFSET 384.0//128.0//96.0
|
|
|
|
|
|
// Number of FNums away from the upper/lower limit before switching to the next
|
|
// Number of FNums away from the upper/lower limit before switching to the next
|
|
// block (octave.) By rights it should be zero, but for some reason this seems
|
|
// block (octave.) By rights it should be zero, but for some reason this seems
|