Q-W6: registration table (OCP) in main.cpp; bank verbs -> shell/bank_ops(Session&); persist.h + wav_trim + namespaces.h shims deleted; 61/61
capture.h realtime seam split to capture_realtime_shell.h; GetProjExtState grow-loop rehomed to core/wire/ext_state_read; stale persist.cpp/bank_panel.cpp comment refs fixed; CLAUDE.md persist/bank_book/actions bullets updated. Command-id suffixes, display phrases, and undo labels byte-identical.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "core/namespaces.h"
|
||||
// draw_kit — the LICE-facing SHELL half of the shared drawing kit (Phase L, L1). This is
|
||||
// the ONE source of drawing for the whole system: every surface (bank_panel now; the VST
|
||||
// editor + embed strip at L3) fills, buttons, rows, sliders, waveforms, and — above all —
|
||||
@@ -41,6 +40,19 @@ class LICE_IBitmap;
|
||||
|
||||
namespace reasampler {
|
||||
|
||||
// Real-namespace-home using-declarations (Q-W6: the interim core/namespaces.h shim
|
||||
// is retired; the kit's pure vocabulary names its Q-W1 homes explicitly). These are
|
||||
// deliberate re-exports: every draw_kit consumer speaks these types at the call
|
||||
// boundary, so they surface here exactly as panel_state.h surfaces the panel's.
|
||||
using audio::Envelope;
|
||||
using ui::InteractionState;
|
||||
using ui::KitBox;
|
||||
using ui::KitButtonBox;
|
||||
using ui::KitColor;
|
||||
using ui::ListRowBox;
|
||||
using ui::Role;
|
||||
using ui::SliderGeometry;
|
||||
|
||||
// The kit's four cached fonts (§3.1 type scale). Consumers pass a Font to text() to pick
|
||||
// the size/weight; the kit maps it to the matching LICE_CachedFont.
|
||||
enum class Font {
|
||||
|
||||
Reference in New Issue
Block a user