Patch To Main

The SideQuest patch/patchMain architecture — the engine owns an audio-thread `patch` and a main-thread `patchMain`, the editor binds a `Patch&` to patchMain instead of owning a copy, and every host-facing main-thread call (stateSave/stateLoad/paramsValue/paramsFlush) reads patchMain, deleting the stateSave quiesce and spin-wait. The spec for new shells, and the migration steps for legacy plugins still on patchCopy.

baconpaul Updated

File contents

baconpaul/claude-skills/tree/main/patch-to-main commit 92700e4626

Frequently asked questions

npx skillmds@latest add baconpaul/patch-to-main