Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Suzuki-Re authored Nov 13, 2023
1 parent f1433d0 commit 5d3e9fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

local r = reaper

function get_fx_id_from_container_path(tr, idx1, ...) -- returns a fx-address from a list of 1-based IDs
function get_fx_id_from_container_path(tr, idx1, ...) -- returns a fx-address from a list of 1-based IDs https://forum.cockos.com/showthread.php?t=282861
local sc,rv = reaper.TrackFX_GetCount(tr)+1, 0x2000000 + idx1
for i,v in ipairs({...}) do
local ccok, cc = reaper.TrackFX_GetNamedConfigParm(tr, rv, 'container_count')
Expand Down

0 comments on commit 5d3e9fe

Please sign in to comment.