summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 56bba8878d..49f4d588f2 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -75,6 +75,16 @@ struct user_settings
75 int rec_left_gain; /* 0-15 */ 75 int rec_left_gain; /* 0-15 */
76 int rec_right_gain; /* 0-15 */ 76 int rec_right_gain; /* 0-15 */
77 bool rec_editable; /* true means that the bit reservoir is off */ 77 bool rec_editable; /* true means that the bit reservoir is off */
78
79 /* note: timesplit setting is not saved */
80 int rec_timesplit; /* 0 = off
81 1 = 00:05
82 2 = 00:10
83 3 = 00:15
84 4 = 00:30
85 5 = 01:00
86 6 = 02:00
87 7 = 04:00 */
78 88
79 /* device settings */ 89 /* device settings */
80 90