Skip to content

Commit

Permalink
Switch keylock for quantize and add keylock to shift mode
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvankodev committed Aug 28, 2021
1 parent 1d83899 commit 366e681
Showing 1 changed file with 46 additions and 4 deletions.
50 changes: 46 additions & 4 deletions res/controllers/Hercules_DJControl_Inpulse_300.midi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,23 @@
<!--Q A-->
<control>
<group>[Channel1]</group>
<key>keylock</key>
<key>quantize</key>
<description>Q button</description>
<status>0x91</status>
<midino>0x02</midino>
<options>
<normal />
</options>
</control>
<control>
<group>[Channel1]</group>
<key>keylock</key>
<description>Shift + Q button</description>
<status>0x94</status>
<midino>0x02</midino>
<options>
<normal />
</options>
</control>

<!--Vinyl button-->
Expand Down Expand Up @@ -248,13 +258,23 @@
<!--Q B-->
<control>
<group>[Channel2]</group>
<key>keylock</key>
<key>quantize</key>
<description>Q button</description>
<status>0x92</status>
<midino>0x02</midino>
<options>
<normal />
</options>
</control>
<control>
<group>[Channel2]</group>
<key>keylock</key>
<description>Shift + Q button</description>
<status>0x95</status>
<midino>0x02</midino>
<options>
<normal />
</options>
</control>
<!--Vinyl button-->
<control>
Expand Down Expand Up @@ -2039,7 +2059,7 @@
</output>
<output>
<group>[Channel1]</group>
<key>keylock</key>
<key>quantize</key>
<description>Q button Deck A</description>
<minimum>0.5</minimum>
<maximum>1</maximum>
Expand All @@ -2048,6 +2068,17 @@
<on>0x7f</on>
<off>0x0</off>
</output>
<output>
<group>[Channel1]</group>
<key>keylock</key>
<description>Q button Deck A(SHIFT mode)</description>
<minimum>0.5</minimum>
<maximum>1</maximum>
<status>0x94</status>
<midino>0x02</midino>
<on>0x7f</on>
<off>0x0</off>
</output>
<output>
<group>[Channel2]</group>
<key>play_indicator</key>
Expand Down Expand Up @@ -2105,7 +2136,7 @@
</output>
<output>
<group>[Channel2]</group>
<key>keylock</key>
<key>quantize</key>
<description>Q button Deck B</description>
<minimum>0.5</minimum>
<maximum>1</maximum>
Expand All @@ -2114,6 +2145,17 @@
<on>0x7f</on>
<off>0x0</off>
</output>
<output>
<group>[Channel2]</group>
<key>keylock</key>
<description>Q button Deck B(SHIFT mode)</description>
<minimum>0.5</minimum>
<maximum>1</maximum>
<status>0x95</status>
<midino>0x02</midino>
<on>0x7f</on>
<off>0x0</off>
</output>
<!-- LED LOOP-->
<output>
<group>[Channel1]</group>
Expand Down

0 comments on commit 366e681

Please sign in to comment.