-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Labels
No labels