Skip to content

Commit

Permalink
Merge pull request #29 from elgiovanno/feat-add-split-at-edit-cursor
Browse files Browse the repository at this point in the history
add split at edit cursor
  • Loading branch information
gwatcha authored Jun 4, 2020
2 parents 12f77ad + 79d8720 commit e212e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions definitions/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ return {
SnapshotsSaveCurrent = "_SWSSNAPSHOT_SAVE",
SplitAndSelectItemsInRegion = "_S&M_SPLIT11",
SplitAtTimeSelection = 40061,
SplitItemsAtEditCursor = {"UnselectItems", "SelectItemsUnderEditCursor", "SplitItemsUnderEditCursor", "UnselectItems"},
SplitItemsUnderEditCursor = 40757,
SplitItemsAtTimeSelection = custom.splitItemsAtTimeSelection,
StartOfSel = {40440, midiCommand=true},
StartStop = 40044,
Expand Down
1 change: 1 addition & 0 deletions definitions/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,6 @@ return {
["P"] = "PasteAbove",
["yy"] = "CopyTrack",
["zz"] = "ScrollToSelectedTracks",
["|"] = "SplitItemsAtEditCursor",
},
}

0 comments on commit e212e65

Please sign in to comment.