Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Mar 19, 2023
1 parent 58a152f commit 3f600e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/ReaLlm_init_example.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ if reallmID == 0 then return end
state = reaper.GetToggleCommandState(reallmID)

-- set PDC latency limit 0.9 times current audio device buffer size
reaper.Llm_Set("D_PDCLIMIT", "0.9")
reaper.Llm_Set("PDCLIMIT", "0.9")

-- also handle monitoring fx
reaper.Llm_Set("B_MONITORINGFX", "true")
reaper.Llm_Set("MONITORINGFX", "true")

--[[
Changes 'VST3: Pro-C 2 (FabFilter)' plugin parameter index 8 (Lookahead) on/off
when instances are found in monitored signalchain.
]] --
reaper.Llm_Set("C_PARAMCHANGE", "VST3: Pro-C 2 (FabFilter),8,0,1")
reaper.Llm_Set("PARAMCHANGE", "VST3: Pro-C 2 (FabFilter),8,0,1")

-- enable / disable ReaLlm
reaper.Main_OnCommand(reallmID, 0)
Expand Down

0 comments on commit 3f600e0

Please sign in to comment.