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
SOFIE-3367 feat: allows to cofigure an offset-factor between the L and R joycon … (Sofie-Automation#1231)
* feat: allows to cofigure an offset-factor between the L and R joycon joysticks to compensate for different rates.
New URL param is called joycon_rightHandOffset. Used to be hardcoded to 1.4 which now is a default.
(cherry picked from commit 9d186ae)
* feat: adds docs
Copy file name to clipboardExpand all lines: packages/documentation/docs/user-guide/features/prompter.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The prompter UI can be configured using query parameters:
28
28
|`showmarker`| 0 / 1 | If the marker is not set to "hide", control if the marker is hidden or not |`1`|
29
29
|`showscroll`| 0 / 1 | Whether the scroll bar should be shown |`1`|
30
30
|`followtake`| 0 / 1 | Whether the prompter should automatically scroll to current segment when the operator TAKE:s it |`1`|
31
-
|`showoverunder`| 0 / 1 | The timer in the top-right of the prompter, showing the overtime/undertime of the current show. |`1`|
31
+
|`showoverunder`| 0 / 1 | The timer in the top-right of the prompter, showing the overtime/undertime of the current show. |`1`|
32
32
|`debug`| 0 / 1 | Whether to display a debug box showing controller input values and the calculated speed the prompter is currently scrolling at. Used to tweak speedMaps and ranges. |`0`|
| Default | Controlled by both mouse and keyboard |
43
43
|`?mode=mouse`| Controlled by mouse only. [See configuration details](prompter.md#control-using-mouse-scroll-wheel)|
44
44
|`?mode=keyboard`| Controlled by keyboard only. [See configuration details](prompter.md#control-using-keyboard)|
45
45
|`?mode=shuttlekeyboard`| Controlled by a Contour Design ShuttleXpress, X-keys Jog and Shuttle or any compatible, configured as keyboard-ish device. [See configuration details](prompter.md#control-using-contour-shuttlexpress-or-x-keys)|
@@ -117,7 +117,7 @@ If you want to use traditional analogue pedals with 5 volt TRS connection, a con
117
117
-`pedal_rangeNeutralMax` has to be greater than `pedal_rangeNeutralMin`
118
118
-`pedal_rangeFwdMax` has to be greater than `pedal_rangeNeutralMax`
119
119
120
-

120
+

121
121
122
122
The default values allow for both going forwards and backwards. This matches the _Yamaha FC7_ expression pedal. The default values create a forward-range from 80-127, a neutral zone from 35-80 and a reverse-range from 0-35.
123
123
@@ -158,6 +158,7 @@ The Joycons can operate in 3 modes, the L-stick, the R-stick or both L+R sticks
158
158
|`joycon_rangeNeutralMin`| number | The beginning of the backwards-range. |`-0.25`|
159
159
|`joycon_rangeNeutralMax`| number | The minimum input to run forward, the start of the forward-range \(min speed\). This is also the end of any "deadband" you want filter out before starting moving forwards. |`0.25`|
160
160
|`joycon_rangeFwdMax`| number | The maximum input, the end of the forward-range \(max speed\)|`1`|
161
+
|`joycon_rightHandOffset`| number | A ratio to increase or decrease the R Joycon joystick sensitivity relative to the L Joycon. |`1.4`|
161
162
162
163
-`joycon_rangeNeutralMin` has to be greater than `joycon_rangeRevMin`
163
164
-`joycon_rangeNeutralMax` has to be greater than `joycon_rangeNeutralMin`
0 commit comments