|
1 | 1 | <?xml version='1.0' encoding='utf-8'?> |
2 | | -<MixxxControllerPreset schemaVersion="1" mixxxVersion="2.3.0+"> |
| 2 | +<MixxxControllerPreset schemaVersion="1" mixxxVersion="2.5.0+"> |
3 | 3 | <info> |
4 | 4 | <name>Numark Scratch</name> |
5 | 5 | <author>Al Hadebe(NotYourAverageAl)</author> |
6 | 6 | <description>Mapping for the Numark Scratch Mixer</description> |
7 | | - <forums>NumarkScratch</forums> |
8 | | - <manual>NumarkScratch</manual> |
| 7 | + <forums>https://mixxx.discourse.group/t/numark-scratch-mapping/25186</forums> |
| 8 | + <manual>https://manual.mixxx.org/latest/en/hardware/controllers/numark_scratch</manual> |
9 | 9 | </info> |
| 10 | + <settings> |
| 11 | + <group label="Alternative Mapping"> |
| 12 | + <option |
| 13 | + variable="invertLoopEncoderFunction" |
| 14 | + type="boolean" |
| 15 | + default="false" |
| 16 | + label="Invert the Loop Encoder functionality"> |
| 17 | + <description> |
| 18 | + By default the Encoder manages looping and Shift + Encoder scrolls the library/loads track. |
| 19 | + If this option is selected the Encoder scrolls the library/loads track and Shift + Encoder manages looping. |
| 20 | + </description> |
| 21 | + </option> |
| 22 | + </group> |
| 23 | + <group label="Mixer Lighting"> |
| 24 | + <option |
| 25 | + variable="inactiveLightsAlwaysBacklit" |
| 26 | + type="boolean" |
| 27 | + default="true" |
| 28 | + label="Keep LEDs dimmed instead of off when inactive"> |
| 29 | + <description> |
| 30 | + This will consistently ensure buttons are backlit, which can be helpful in low-light environments. |
| 31 | + Please note the PAD MODE and CUE buttons are hardware controlled and always dim when inactive. |
| 32 | + </description> |
| 33 | + </option> |
| 34 | + </group> |
| 35 | + <group label="Beatloop Roll Size"> |
| 36 | + <row orientation="vertical"> |
| 37 | + <option |
| 38 | + variable="beatLoopRollsSize1" |
| 39 | + type="enum" |
| 40 | + label="First Pad"> |
| 41 | + <value label="1/32">0.03125</value> |
| 42 | + <value label="1/16">0.0625</value> |
| 43 | + <value label="1/8">0.125</value> |
| 44 | + <value label="1/4" default="true">0.25</value> |
| 45 | + <value label="1/2">0.5</value> |
| 46 | + <value label="1">1</value> |
| 47 | + <value label="2">2</value> |
| 48 | + <value label="4">4</value> |
| 49 | + <value label="8">8</value> |
| 50 | + <description>The first pad.</description> |
| 51 | + </option> |
| 52 | + <option |
| 53 | + variable="beatLoopRollsSize2" |
| 54 | + type="enum" |
| 55 | + label="Second Pad"> |
| 56 | + <value label="1/32">0.03125</value> |
| 57 | + <value label="1/16">0.0625</value> |
| 58 | + <value label="1/8">0.125</value> |
| 59 | + <value label="1/4">0.25</value> |
| 60 | + <value label="1/2" default="true">0.5</value> |
| 61 | + <value label="1">1</value> |
| 62 | + <value label="2">2</value> |
| 63 | + <value label="4">4</value> |
| 64 | + <value label="8">8</value> |
| 65 | + <description>The second pad.</description> |
| 66 | + </option> |
| 67 | + <option |
| 68 | + variable="beatLoopRollsSize3" |
| 69 | + type="enum" |
| 70 | + label="Third Pad"> |
| 71 | + <value label="1/32">0.03125</value> |
| 72 | + <value label="1/16">0.0625</value> |
| 73 | + <value label="1/8">0.125</value> |
| 74 | + <value label="1/4">0.25</value> |
| 75 | + <value label="1/2">0.5</value> |
| 76 | + <value label="1" default="true">1</value> |
| 77 | + <value label="2">2</value> |
| 78 | + <value label="4">4</value> |
| 79 | + <value label="8">8</value> |
| 80 | + <description>The third pad.</description> |
| 81 | + </option> |
| 82 | + <option |
| 83 | + variable="beatLoopRollsSize4" |
| 84 | + type="enum" |
| 85 | + label="Fourth Pad"> |
| 86 | + <value label="1/32">0.03125</value> |
| 87 | + <value label="1/16">0.0625</value> |
| 88 | + <value label="1/8">0.125</value> |
| 89 | + <value label="1/4">0.25</value> |
| 90 | + <value label="1/2">0.5</value> |
| 91 | + <value label="1">1</value> |
| 92 | + <value label="2" default="true">2</value> |
| 93 | + <value label="4">4</value> |
| 94 | + <value label="8">8</value> |
| 95 | + <description>The fourth pad.</description> |
| 96 | + </option> |
| 97 | + </row> |
| 98 | + </group> |
| 99 | + </settings> |
10 | 100 | <controller id="Numark-Scratch"> |
11 | 101 | <scriptfiles> |
12 | 102 | <file functionprefix="" filename="lodash.mixxx.js"/> |
|
0 commit comments