Publishing, website, reaper, and doc updates
Publish script, clip maker, website worker + data, reaper lua helpers, audio settings, and CLAUDE.md doc reorg. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,8 @@ local last_state = ""
|
||||
local transport_active = false
|
||||
|
||||
local function log(msg)
|
||||
reaper.ShowConsoleMsg("[Regions] " .. msg .. "\n")
|
||||
-- Silent by default — uncomment for debugging:
|
||||
-- reaper.ShowConsoleMsg("[Regions] " .. msg .. "\n")
|
||||
end
|
||||
|
||||
local function is_playing_or_recording()
|
||||
|
||||
@@ -30,7 +30,8 @@ local BLOCK_SAMPLES = math.floor(SAMPLE_RATE * BLOCK_SEC)
|
||||
local THRESHOLD = 10 ^ (SILENCE_DB / 20)
|
||||
local MIN_VOICE_BLOCKS = math.ceil(MIN_VOICE_SEC / BLOCK_SEC)
|
||||
local function log(msg)
|
||||
reaper.ShowConsoleMsg("[PostProd] " .. msg .. "\n")
|
||||
-- Silent by default — uncomment for debugging:
|
||||
-- reaper.ShowConsoleMsg("[PostProd] " .. msg .. "\n")
|
||||
end
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user