From 14517c9cf9847c790281f3000e7dbcbfd92481e2 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 11 May 2022 00:51:53 -0500 Subject: [PATCH] full linear pitch is now the default the future --- src/engine/song.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/song.h b/src/engine/song.h index 489b744bb..4c88794d9 100644 --- a/src/engine/song.h +++ b/src/engine/song.h @@ -417,7 +417,7 @@ struct DivSong { masterVol(1.0f), tuning(440.0f), limitSlides(false), - linearPitch(1), + linearPitch(2), pitchSlideSpeed(4), loopModality(0), properNoiseLayout(false),