new scheduling for scopes

This commit is contained in:
Boof2015
2026-07-25 20:16:33 -04:00
parent 6dd82420c8
commit 629be4d9ef
7 changed files with 283 additions and 23 deletions
+1
View File
@@ -82,6 +82,7 @@ export interface AstraScopeViewProps extends ViewProps {
source?: 'pre' | 'post';
active: boolean;
reducedMotion?: boolean;
/** Positive milliseconds for a fixed cadence; 0 enables native display sync. */
frameMs: number;
analysisFrameMs?: number;
smoothing?: number;