Skip to content

Commit

Permalink
Update js_Propagate note and CC names of last clicked track to all se…
Browse files Browse the repository at this point in the history
…lected tracks.lua
  • Loading branch information
juliansader authored Jul 16, 2017
1 parent 3e10acc commit c057f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if not (type(tonumber(sourceString)) == "number") then sourceString = "" end
-------------------------------------------------
-- Get user inputs (user may change source track)
repeat
inputOK, input = reaper.GetUserInputs("Propagate note names", 2, "Source track number,Clear existing note/CC names?", sourceString .. ",y")
inputOK, input = reaper.GetUserInputs("Propagate note and CC names", 2, "Source track number,Clear existing note/CC names?", sourceString .. ",y")
if not inputOK then return end

sourceIndex, mustClear = input:match("(%d+),([yYnN])")
Expand Down

0 comments on commit c057f7a

Please sign in to comment.