Skip to content

feat: graphs: audio output - tempo node - prompt blending#745

Merged
leszko merged 5 commits intomainfrom
gio/feat/audio-tempo-support
Mar 27, 2026
Merged

feat: graphs: audio output - tempo node - prompt blending#745
leszko merged 5 commits intomainfrom
gio/feat/audio-tempo-support

Conversation

@gioelecerati
Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 26, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 11a30287-244e-43d2-848b-4f17e6039036

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch gio/feat/audio-tempo-support

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gioelecerati gioelecerati marked this pull request as ready for review March 26, 2026 18:03
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

🚀 fal.ai Preview Deployment

App ID daydream/scope-pr-745--preview
WebSocket wss://fal.run/daydream/scope-pr-745--preview/ws
Commit 9198a3d

Testing

Connect to this preview deployment by running this on your branch:

uv run build && SCOPE_CLOUD_APP_ID="daydream/scope-pr-745--preview/ws" uv run daydream-scope

🧪 E2E tests will run automatically against this deployment.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 26, 2026

✅ E2E Tests passed

Status passed
fal App daydream/scope-pr-745--preview
Run View logs

Test Artifacts

Check the workflow run for screenshots.

leszko added 3 commits March 27, 2026 09:32
Cherry-picked from 4254627 with conflicts resolved:
- GraphEditor.tsx: kept both onOpenSettings/onOpenPlugins (HEAD) and tempo props (cherry-pick)
- GraphToolbar.tsx: kept HEAD redesigned toolbar (already includes play/pause from cherry-pick)
- StreamPage.tsx: kept both settings and tempo prop bindings

Signed-off-by: Rafał Leszko <[email protected]>
Cherry-picked from d6a8dec.

Signed-off-by: Rafał Leszko <[email protected]>
These props were from the old toolbar design and are unused after the
toolbar redesign in #748.

Signed-off-by: Rafał Leszko <[email protected]>
@leszko leszko force-pushed the gio/feat/audio-tempo-support branch from d6a8dec to e4f1370 Compare March 27, 2026 08:42
leszko and others added 2 commits March 27, 2026 10:38
…ation error

prompt_blend nodes were missing from the frontend-only filter, causing
them to be serialized as pipeline nodes without a pipeline_id.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Signed-off-by: Rafał Leszko <[email protected]>
…tatus

In graph mode, pipeline instances are keyed by graph node IDs (e.g.
"pipeline_1") rather than registry keys (e.g. "audio-beep"). The
pipeline status endpoint was passing these instance keys to
chain_produces_audio/chain_produces_video, which look up config classes
by registry key — so the lookup always failed and produces_audio was
always false. This broke audio in cloud mode for graph/workflow builder
sessions because the frontend read the incorrect flag and the relay
path never created an AudioProcessingTrack.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Signed-off-by: Rafał Leszko <[email protected]>
Copy link
Copy Markdown
Collaborator

@leszko leszko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed a few fixes and changes, and it all LGTM. Merging.

@leszko leszko merged commit 99f7df2 into main Mar 27, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants