@@ -107,7 +107,6 @@ The :mixxx:cogroupref:`[App]` group contains controls that do not belong to a sp
107107
108108
109109.. mixxx :control :: [App],gui_tick_50ms_period_s
110- [App],guiTick50ms
111110
112111 A throttled timer that provides the time elapsed in seconds since Mixxx was started.
113112
@@ -121,7 +120,6 @@ The :mixxx:cogroupref:`[App]` group contains controls that do not belong to a sp
121120 .. versionadded :: 2.4.0
122121
123122.. mixxx :control :: [App],gui_tick_full_period_s
124- [App],guiTickTime
125123
126124 A high-resolution timer that provides the elapsed time in seconds since Mixxx was started.
127125
@@ -4358,6 +4356,27 @@ Deprecated controls
43584356These controls have been deprecated and may be removed in a future version of Mixxx.
43594357In the meantime, skins and controller mappings that still use them will keep working, but using the suggested alternatives is strongly recommended.
43604358
4359+ .. mixxx :control :: [Master],guiTick50ms
4360+
4361+ A throttled timer that provides the time elapsed in seconds since Mixxx was started.
4362+
4363+ :range: 0.0 .. n, read-only
4364+ :feedback: None
4365+
4366+ .. versionadded :: 2.4.0
4367+ .. deprecated :: 2.5.0
4368+ Use :mixxx:coref: `[App],gui_tick_50ms_period_s ` instead.
4369+
4370+ .. mixxx :control :: [Master],guiTickTime
4371+
4372+ A high-resolution timer that provides the elapsed time in seconds since Mixxx was started.
4373+
4374+ :range: 0.0 .. n, read-only
4375+ :feedback: None
4376+
4377+ .. versionadded :: 2.4.0
4378+ .. deprecated :: 2.5.0
4379+ Use :mixxx:coref: `[App],gui_tick_full_period_s ` instead.
43614380
43624381.. mixxx :control :: [Master],num_decks
43634382
0 commit comments