Cut shell/actions, bank_ops, app comment bloat ~48% (comments only, zero code change)

This commit is contained in:
2026-07-29 20:49:31 -04:00
parent 1f24c4b095
commit 58c6d49261
19 changed files with 514 additions and 1074 deletions
+5 -7
View File
@@ -1,10 +1,8 @@
#pragma once
// resource.h — dialog/control ids for ReaSampler's SWELL dialogs.
//
// Shared by resource.rc (Windows resource compiler) and, on macOS/Linux, by the
// SWELL resgen-generated source (see CLAUDE.md §SWELL dialog resources). Keep the
// numeric ids stable and unique across the extension.
// resource.h — dialog/control ids for ReaSampler's SWELL dialogs. Shared by
// resource.rc and, on macOS/Linux, the SWELL resgen-generated source. Keep ids
// stable and unique across the extension.
// The docked bank panel (M5). A bare owner-drawn child dialog: it carries no
// controls — the panel shell (shell/panel/panel_render.cpp) paints the whole client area with LICE.
// A bare owner-drawn child dialog with no controls — panel_render.cpp paints the
// whole client area with LICE.
#define IDD_BANK_PANEL 1000