From 280fa57e6ab2a2456cd266efe81e498e67f33b9d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 07:30:20 +0200 Subject: [PATCH] Update App.tsx to clarify time-based actor behavior --- src/app/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 0aecc929..2225d09c 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -12158,8 +12158,8 @@ export function App({ store, initialStatusMessage }: AppProps) { Open Sequencer
- Actor routines now own time-based presence orchestration and - resolve through the shared sequencer/control surface path. + Time-based actor behavior now resolves through the shared + sequencer/control surface path.