Skip to content

Commit

Permalink
Updated DoomSquirrel_Toggle mute between selected tracks & track unde…
Browse files Browse the repository at this point in the history
…r mouse = about text: Default Hotkey
  • Loading branch information
tuomiorava committed Jul 13, 2024
1 parent 2fe9431 commit f6b1c26
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
-- Switches track mute states between the selected track(s) and the track under mouse.
-- Ensures that the selected track and the track under the mouse do not have
-- the same mute state - so that you can toggle which one you're hearing.
--
-- **Default Hotkey:** The key left of 1
-- @repository
-- https://github.com/tuomiorava/REAPER-ReaScripts
-- @links
Expand Down Expand Up @@ -33,5 +35,4 @@ for i = 0, reaper.CountTracks(0) do
reaper.SetTrackUIMute(tr, (muteSw == 1 and 0 or 1), 0)
end
end
end

end

0 comments on commit f6b1c26

Please sign in to comment.