Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect Flow to AudioKit #39

Open
Zakalicious opened this issue Jan 13, 2025 · 0 comments
Open

connect Flow to AudioKit #39

Zakalicious opened this issue Jan 13, 2025 · 0 comments

Comments

@Zakalicious
Copy link

Description

Great demo, thank you. It would be even better, if the example would include the link between Flow and AudioKit. I have tried to create AudioKit Nodes from Flow Nodes and Wires to no avail. I tried the following struct:
struct AudioFlowNode { var flowNode: Flow.Node var parameters: [String: Any] = [:] var audioKitNode: (any AudioKit.Node)? // Explicitly declare it as an optional concrete node} }

Proposed Solution

No idea.

Describe Alternatives You've Considered

Just stuck.

Additional Context

No response

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

No branches or pull requests

1 participant