summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 93a998ea1c..8cf9bcffdf 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -739,6 +739,11 @@ struct user_settings
739 struct touchscreen_parameter ts_calibration_data; 739 struct touchscreen_parameter ts_calibration_data;
740#endif 740#endif
741 741
742 /* pitch screen settings */
743 bool pitch_mode_semitone;
744#if CONFIG_CODEC == SWCODEC
745 bool pitch_mode_timestretch;
746#endif
742 /* If values are just added to the end, no need to bump plugin API 747 /* If values are just added to the end, no need to bump plugin API
743 version. */ 748 version. */
744 /* new stuff to be added at the end */ 749 /* new stuff to be added at the end */