Skip to content

Commit

Permalink
Remove redundant cue pages from sends encoder assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Jan 4, 2025
1 parent 414fe28 commit 636a0de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/mcu-midiremote.v1m-daw
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ctl id="61" kind="button" valueType="midi" value="28" name="LC" lockBy="0" ctrl="0" shift="0" alt="0" cmd="0" key="0" keyName="" type="note" chan="2" rotate="0" val1="-1" val2="-1" diyNameQ="1"/>
<ctl id="62" kind="button" valueType="midi" value="29" name="HC" lockBy="0" ctrl="0" shift="0" alt="0" cmd="0" key="0" keyName="" type="note" chan="2" rotate="0" val1="-1" val2="-1" diyNameQ="1"/>
<ctl id="63" kind="button" valueType="midi" value="44" name="EQ" lockBy="0" ctrl="0" shift="0" alt="0" cmd="0" key="0" keyName="" type="note" chan="1" rotate="0" val1="-1" val2="-1" diyNameQ="1"/>
<ctl id="64" kind="button" valueType="midi" value="41" name="Sends" lockBy="0" ctrl="0" shift="0" alt="0" cmd="0" key="0" keyName="" type="note" chan="1" rotate="0" val1="-1" val2="-1" diyNameQ="1"/>
<ctl id="64" kind="button" valueType="midi" value="31" name="Sends" lockBy="0" ctrl="0" shift="0" alt="0" cmd="0" key="0" keyName="" type="note" chan="2" rotate="0" val1="-1" val2="-1" diyNameQ="1"/>
<ctl id="65" kind="button" valueType="midi" value="32" name="Cue 1-4" lockBy="0" ctrl="0" shift="0" alt="0" cmd="0" key="0" keyName="" type="note" chan="2" rotate="0" val1="-1" val2="-1" diyNameQ="1"/>
<ctl id="66" kind="button" valueType="midi" value="33" name="Inst QC" lockBy="0" ctrl="0" shift="0" alt="0" cmd="0" key="0" keyName="" type="note" chan="2" rotate="0" val1="-1" val2="-1" diyNameQ="1"/>
<ctl id="67" kind="button" valueType="midi" value="34" name="Track QC" lockBy="0" ctrl="0" shift="0" alt="0" cmd="0" key="0" keyName="" type="note" chan="2" rotate="0" val1="-1" val2="-1" diyNameQ="1"/>
Expand Down
5 changes: 4 additions & 1 deletion src/device-configs/icon_v1-m.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ export const deviceConfig: DeviceConfig = {
encoderAssign: {
pan: buttonMatrix[1][0][0],
eq: buttonMatrix[1][1][0],
send: buttonMatrix[1][1][1],
},

modify: {
Expand Down Expand Up @@ -347,6 +346,10 @@ export const deviceConfig: DeviceConfig = {
activatorButtonSelector: makeActivatorButtonSelector(0, 5),
},

{
pages: [pageConfigs.sends(hostAccess)],
activatorButtonSelector: makeActivatorButtonSelector(1, 1),
},
{
pages: pageConfigs.allAvailableCuePages,
activatorButtonSelector: makeActivatorButtonSelector(1, 2),
Expand Down

0 comments on commit 636a0de

Please sign in to comment.