Skip to content

Commit c6c3864

Browse files
committed
Corrected gui tick aliases group
1 parent 7f26053 commit c6c3864

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

source/chapters/appendix/mixxx_controls.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,11 @@ To use ``*_toggle`` the respective shortcut for scripts is:
9999
script.toggleControl(group, "keylock_toggle", 100);
100100
101101
102-
The ``[App]`` group
103-
~~~~~~~~~~~~~~~~~~~
104-
105-
The :mixxx:cogroupref:`[App]` group contains controls that do not belong to a specific channel, the mixer or the effects engine.
106-
107-
102+
``[Master]`` and ``[App]``
103+
~~~~~~~~~~~~~~~~~~~~~~~~~~
108104

109105
.. mixxx:control:: [App],gui_tick_50ms_period_s
110-
[App],guiTick50ms
106+
[Master],guiTick50ms
111107
112108
A throttled timer that provides the time elapsed in seconds since Mixxx was started.
113109

@@ -121,7 +117,7 @@ The :mixxx:cogroupref:`[App]` group contains controls that do not belong to a sp
121117
.. versionadded:: 2.4.0
122118

123119
.. mixxx:control:: [App],gui_tick_full_period_s
124-
[App],guiTickTime
120+
[Master],guiTickTime
125121
126122
A high-resolution timer that provides the elapsed time in seconds since Mixxx was started.
127123

@@ -134,6 +130,12 @@ The :mixxx:cogroupref:`[App]` group contains controls that do not belong to a sp
134130

135131
.. versionadded:: 2.4.0
136132

133+
134+
The ``[App]`` group
135+
~~~~~~~~~~~~~~~~~~~
136+
137+
The :mixxx:cogroupref:`[App]` group contains controls that do not belong to a specific channel, the mixer or the effects engine.
138+
137139
.. mixxx:control:: [App],indicator_250ms
138140
139141
Alternates between 0.0 and 1.0 every 250 milliseconds.

0 commit comments

Comments
 (0)