You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,19 +56,6 @@ During the development phase, it appears that using other Sound API than `ALSA`
58
56
be, which can be a problem if you are also using other software, since you audio setting will suddenly become twice as loud. It remains unclear whether or not this was a common issue or if
59
57
this was specific to the used setup.
60
58
61
-
Screens
62
-
^^^^^^^
63
-
64
-
The controller screens are supported, but they require a little bit of tinkering. Due to the legacy controller engine, the screen are driven by a separate mapping, which will have to be set
65
-
independently of the controller mapping.
66
-
67
-
.. note:: The screens rendering is done using QML and the communication is achieved via BULK USB endpoint. Both of these feature are not available out of the box on Windows and Mac for now.
68
-
69
-
By default, the screens are standalone, meaning they do not interact with the device states. This means that local state such as deck selection or shifting will not trigger any screen interaction,
70
-
and thus you should expect only Deck A and B to be displayed on these screen by default, although this can be changed in the controller settings.
71
-
72
-
.. note:: it exists an API that was temporary parked that allows mappings to communicate. If you want, you may `download <https://github.com/acolombier/mixxx/actions/runs/13751974244?pr=10>` or build a version of Mixxx with `this feature <https://github.com/acolombier/mixxx/pull/10>` and it should automatically work on the controller.
73
-
74
59
.. _use-motors:
75
60
76
61
Motors
@@ -305,11 +290,6 @@ All mapping detail
305
290
|| (FX assignation, FX dry/run, volume or pre-mixed load) ||
306
291
|| - the bottom row can be used for mute control ||
307
292
||||
308
-
|| .. note:: when selecting a stem with the shared data API ||
309
-
|| feature, the screen will display metadata about the ||
310
-
|| selected stem such as name, color and current dry/run and ||
311
-
|| select FX as well as volume ||
312
-
||||
313
293
|| - While in keyboard: ||
314
294
||||
315
295
|| - will set the key to the selected note ||
@@ -429,7 +409,7 @@ There are various option that can be used to change some behavior:
Deck colors red, blue, yellow, purple Define the leading colors for each decks. Note that some buttons have only one color
432
-
Sortable column in the library Artist, Title, BPM, Key, DatetimeAdded Define the list of columns on which it possible to sort the library using the library encoder and the view button
412
+
Sortable column in the library Artist, Title, BPM, Key, DatetimeAdded Define the list of columns on which it possible to sort the library using the library encoder and the view button. See `the Mixxx control documentation`_
433
413
Loop In/Out jogwheel sensitivity 50 Define the sensitivity when moving the loop start or end point using the loop jogwheel mode. Negative value will reverse the order
434
414
Loop encoder sensitivity 500 Define the sensitivity when moving the loop with the encoder when using the loop jogwheel mode. Negative value will reverse the order
435
415
Loop encoder sensitivity (Shifted) 2500 Define the sensitivity when moving the loop with :hwlabel:`SHIFT` + the encoder when using the loop jogwheel mode. Negative value will reverse the order
0 commit comments