Cut shell/capture comment bloat ~33% (comments only, zero code change)
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
// capture_orchestrator.cpp — the single-capture orchestration + realtime/insert
|
||||
// action bodies (Q-W3 hoist out of main.cpp; the code moved verbatim, the session
|
||||
// threaded as a parameter). See the header. FxBypassGuard lives here as a STACK
|
||||
// RAII object (precision-invariant-critical — it must restore on every exit path
|
||||
// of exactly one render call).
|
||||
// See capture_orchestrator.h. FxBypassGuard lives here as a stack RAII object —
|
||||
// it must restore on every exit path of exactly one render call.
|
||||
//
|
||||
// Compiled into the reaper_reasampler MODULE. Includes reaper_plugin_functions.h
|
||||
// WITHOUT REAPERAPI_IMPLEMENT — main.cpp is the one TU that defines the API
|
||||
// pointers; here they are extern (CLAUDE.md §contract).
|
||||
// Includes reaper_plugin_functions.h WITHOUT REAPERAPI_IMPLEMENT — main.cpp is
|
||||
// the one TU that defines the API pointers; here they are extern.
|
||||
|
||||
#include "shell/capture/capture_orchestrator.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user