Skip to content

Commit

Permalink
Fix mixer view and record-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
chmaha committed Feb 11, 2024
1 parent b5c054e commit 501ce33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReaClassical/ReaClassical_Classical Take Record.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ function main()
if bool == false then
local duplicate = NamedCommandLookup("_RS2c6e13d20ab617b8de2c95a625d6df2fde4265ff")
Main_OnCommand(duplicate, 0)
local select_children = NamedCommandLookup("_SWS_SELCHILDREN2")
Main_OnCommand(select_children, 0) -- SWS: Select children of selected folder track(s)
local arm = NamedCommandLookup("_XENAKIOS_SELTRAX_RECARMED")
Main_OnCommand(arm, 0) -- Xenakios/SWS: Set selected tracks record armed
local unselect_children = NamedCommandLookup("_SWS_UNSELCHILDREN")
Expand Down
2 changes: 2 additions & 0 deletions ReaClassical/ReaClassical_Duplicate folder (No items).lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ function main()
local unselect_children = NamedCommandLookup("_SWS_UNSELCHILDREN")
Main_OnCommand(unselect_children, 0) -- SWS: Unselect children of selected folder track(s)
solo()
Main_OnCommand(select_children, 0)
mixer()
Main_OnCommand(unselect_children, 0)
media_razor_group(duplicated)
Undo_EndBlock('Duplicate folder (No items)', 0)
PreventUIRefresh(-1)
Expand Down

0 comments on commit 501ce33

Please sign in to comment.