Skip to content

Commit

Permalink
Version 6 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Nov 27, 2024
1 parent 50801bb commit 636e297
Show file tree
Hide file tree
Showing 42 changed files with 380 additions and 226 deletions.
9 changes: 8 additions & 1 deletion src/clyphx-pro/X-Controls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,11 @@

AUTOMATION_ARM = NOTE, 1, 54, 127, 0, SATM
AUTOMATION_REENABLE = NOTE, 1, 55, 127, 0, SATMR
SESSION_REC = NOTE, 1, 56, 127, 0, SREC
SESSION_REC = NOTE, 1, 56, 127, 0, SREC

# Controls for Streamdeck XL
# Using IAC Driver StreamdeckToDaw

DECK_A_NUDGE_CLIP_NOTES_NUDGE_LEFT = CC, 10, 66, 127, 0, SEL/CLIP NOTES NUDGE < ; MSG "NUDGED CLIP NOTES LEFT" ; PUSH MSG "NUDGED CLIP NOTES LEFT"
DECK_A_NUDGE_CLIP_NOTES_NUDGE_RIGHT = CC, 10, 68, 127, 0, SEL/CLIP NOTES NUDGE > ; MSG "NUDGED CLIP NOTES RIGHT" ; PUSH MSG "NUDGED CLIP NOTES RIGHT"
DECK_A_NUDGE_CLIP_NOTES_DEL = CC, 10, 67, 127, 0, SEL/CLIP NOTES DEL ; SEL/CLIP ENVCLR ; SEL/DEV VAR 1 ; SEL/DEV VARRECALL ; MSG "EMPTIED CLIP" ; PUSH MSG "EMPTIED CLIP"
Binary file modified src/loopback/Devices.plist
Binary file not shown.
Binary file modified src/loopback/RecentApps.plist
Binary file not shown.
Binary file removed src/patches/Control Traktor v5 - Params - Dk.amxd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/presets/Control Traktor v5 - Params - Dk.adv
Binary file not shown.
Binary file not shown.
Binary file removed src/presets/Control Traktor v5 - Params - Global.adv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file added src/presets/live/CT6 Params.adv
Binary file not shown.
Binary file added src/presets/live/CT6 Rack.adg
Binary file not shown.
Binary file added src/presets/live/CT6 Seq Pads.adg
Binary file not shown.
Binary file added src/sets/Control Traktor v6.als
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/streamdeck-xl/icons/button-creator/freeze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<MidiSteps version="1.1">
<Default send="yes" receive="yes" display="" image="" displayonsend="yes" useclosestvalueonreceive="yes"/>
<StepValues>
<Step value="59" display="8"/>
<Step value="127" display="16"/>
</StepValues>
</MidiSteps>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<MidiSteps version="1.1">
<Default send="yes" receive="yes" display="" image="" displayonsend="yes" useclosestvalueonreceive="yes"/>
<StepValues>
<Step value="0" display="1/4 beat"/>
<Step value="31" display="1/2 beat"/>
<Step value="63" display="1 beat"/>
<Step value="94" display="2 beats"/>
<Step value="127" display="4 beats"/>
</StepValues>
</MidiSteps>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<MidiSteps version="1.1">
<Default send="yes" receive="yes" display="" image="" displayonsend="yes" useclosestvalueonreceive="yes"/>
<StepValues>
<Step value="0" display="Off"/>
<Step value="1" display="Hotcues"/>
<Step value="2" display="Slices"/>
</StepValues>
</MidiSteps>
Binary file modified src/streamdeck-xl/profiles/Traktor.streamDeckProfile
Binary file not shown.
6 changes: 0 additions & 6 deletions src/traktor/Control Traktor v5 - Dk A.tsi

This file was deleted.

6 changes: 0 additions & 6 deletions src/traktor/Control Traktor v5 - Korg nanoKEY Studio.tsi

This file was deleted.

6 changes: 0 additions & 6 deletions src/traktor/Control Traktor v5 - S8.tsi

This file was deleted.

324 changes: 324 additions & 0 deletions src/traktor/Control Traktor v6 - App Export.tsi

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/traktor/Control Traktor v6 - Dk A.tsi

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/traktor/Control Traktor v6 - S8.tsi

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/traktor/Control Traktor v6 - Stream Deck.tsi

Large diffs are not rendered by default.

205 changes: 0 additions & 205 deletions src/traktor/qml.diff

This file was deleted.

0 comments on commit 636e297

Please sign in to comment.