Add baselineResolved to runtime control surface

This commit is contained in:
2026-04-14 03:02:01 +02:00
parent 2dd2050e15
commit 49ee2a1ed3

View File

@@ -1136,9 +1136,11 @@ function buildRuntimeControlSurface(
return createRuntimeControlSurfaceDefinition({ return createRuntimeControlSurfaceDefinition({
targets, targets,
channels, channels,
baselineResolved: resolved,
resolved: applyRuntimeProjectScheduleToControlState( resolved: applyRuntimeProjectScheduleToControlState(
resolved, resolved,
collections.scheduler collections.scheduler,
resolved
) )
}); });
} }