Skip to content

connect Flow to AudioKit #39

@Zakalicious

Description

@Zakalicious

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions