Skip to content

Commit

Permalink
remove remnants of old record mode, make timeline folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed Sep 7, 2020
1 parent 4502924 commit 83b8cce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 2 additions & 4 deletions definitions/defaults/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ return {
["d"] = "CutInputFxChain",
}},
["s"] = {"+show", {
["n"] = "ShowNextFx",
["p"] = "ShowPrevFx",
["1"] = "ToggleShowFx1",
["2"] = "ToggleShowFx2",
["3"] = "ToggleShowFx3",
Expand All @@ -305,7 +303,7 @@ return {
["8"] = "ToggleShowFx8"
}},
}},
["%"] = { "+tempo", {
["T"] = { "+timeline", {
["e"] = "EditTimeSignatureMarker",
["d"] = "DeleteTimeSignatureMarker",
["s"] = "ToggleShowTempoEnvelope"
Expand Down Expand Up @@ -336,7 +334,7 @@ return {
["s"] = "UnsoloAllTracks",
["m"] = "UnmuteAllTracks",
}},
["a"] = { "+automation/mode", {
["a"] = { "+automation", {
["r"] = "SetGlobalAutomationModeTrimRead",
["l"] = "SetGlobalAutomationModeLatch",
["p"] = "SetGlobalAutomationModeLatchPreview",
Expand Down
2 changes: 0 additions & 2 deletions definitions/gui_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ return {
timeline_selector = {0.85, 0.6, 0.47, 1},
timeline_operator = {0.8, 0.51, 0.5, 1},
visual_timeline_command = {0.7, 0.8, 0.58, 1},
record_action = {1, 0.22, 0.23, 1},
},
feedback = {
idle_time_until_show = .2,
Expand All @@ -43,7 +42,6 @@ return {
visual_timeline = {0.7, 0.8, 0.58, 1},
extra_info = {1, 1, 1, .4},
visual_track = {0.65, 0.8, 0.8, 1},
record = {1, 0.22, 0.23, 1},
key = {0.7, 0.51, 0.8, 1},
arrow = {0.3, 0.51, 0.8, 1},
folder = {0.6, 1, 0.85, .6},
Expand Down
10 changes: 1 addition & 9 deletions internal/command/action_sequence_functions/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,5 @@ return {
runner.extendTimelineSelection(move_function, args)
end
},
},
record = {
{
{ 'record_action' },
function(action)
runner.runAction(action)
end
}
},
}
}

0 comments on commit 83b8cce

Please sign in to comment.