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
@@ -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()