Skip to content

Commit cfe4cc5

Browse files
clean up use define to allow enabling the phase shift feature
1 parent f913f6b commit cfe4cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ml_fm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ static void FmSynth_ProcessOperator(struct synthTone_s *osc)
13061306
int32_t add = (int32_t)(pitch * multiplierPitchToAddValue);
13071307
osc->pos += add ;
13081308

1309-
#if 0
1309+
#fidef FM_PHASESHIFT_ENABLED
13101310
osc->pos += phaseShift;
13111311
osc->sine_preoout = SineNormU32(osc->pos) ;
13121312
#else

0 commit comments

Comments
 (0)