Skip to content

Commit

Permalink
Merge pull request #10 from molleweide/feature-grow-midi-notes
Browse files Browse the repository at this point in the history
Feature grow midi notes
  • Loading branch information
gwatcha authored May 27, 2020
2 parents 1def8ed + 3293b1f commit d5c6e5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions definitions/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ return {
GroupItems = 40032,
GrowItemLeft = {"TimeSelectionEnd", "SelectItemsUnderEditCursor", "TimeSelectionStart", "TrimSelectedItemLeftEdgeToEditCursor"},
GrowItemRight = {"TimeSelectionStart", "SelectItemsUnderEditCursor", "TimeSelectionEnd", "TrimSelectedItemRightEdgeToEditCursor"},
GrowNoteLeft = {"SelectNotes","TrimSelectedNoteLeftEdgeToEditCursor"},
GrowNoteRight = {"SelectNotes","TrimSelectedNoteRightEdgeToEditCursor"},
HealSelectedItemsSplits = 40548,
HealSplits = {"SaveItemSelection", "OnlySelectItemsCrossingTimeAndTrackSelection", "HealSelectedItemsSplits", "RestoreItemSelection"},
InnerFolderAndParent = {"FolderParent", "SelectFoldersChildren"},
Expand Down Expand Up @@ -439,6 +441,8 @@ return {
TransportStop = 1016,
TrimSelectedItemLeftEdgeToEditCursor = 41305,
TrimSelectedItemRightEdgeToEditCursor = 41311,
TrimSelectedNoteLeftEdgeToEditCursor = 40790,
TrimSelectedNoteRightEdgeToEditCursor = 40791,
UnarmAllEnvelopes = 41163,
UnarmSelectedTracks = "_XENAKIOS_SELTRAX_RECUNARMED",
UncollapseFolder = "_SWS_UNCOLLAPSE",
Expand Down
2 changes: 2 additions & 0 deletions definitions/midi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ return {
["g"] = "JoinNotes",
["s"] = "SelectNotes",
["z"] = "MidiZoomTimeSelection",
[">"] = "GrowNoteRight",
["<"] = "GrowNoteLeft",
},
timeline_motion = {
["w"] = "NextNoteStart",
Expand Down

0 comments on commit d5c6e5e

Please sign in to comment.