You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: