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:
2026-04-09 23:39:57 -06:00
co-authored by Claude Opus 4.6
parent 44ac569fec
commit 61b3cba412
10 changed files with 398 additions and 127 deletions
+2 -1
View File
@@ -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
---------------------------------------------------------------------------