diff options
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 93a998e..8cf9bcf 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -739,6 +739,11 @@ struct user_settings struct touchscreen_parameter ts_calibration_data; #endif + /* pitch screen settings */ + bool pitch_mode_semitone; +#if CONFIG_CODEC == SWCODEC + bool pitch_mode_timestretch; +#endif /* If values are just added to the end, no need to bump plugin API version. */ /* new stuff to be added at the end */ |