At the moment, attempting to use a AudioKitUI View, such as NodeOutputView, results in an issue when building:
According the the log, it mentions that views that utilize FloatPlot can not be used for VisionOS since MTKView and MTKViewDelegate do not support Vision OS:
Proposed Solution
Ideally an alternative way to use the FloatPane utility without relying on MTKView
Description
At the moment, attempting to use a AudioKitUI View, such as NodeOutputView, results in an issue when building:
According the the log, it mentions that views that utilize FloatPlot can not be used for VisionOS since
MTKView
andMTKViewDelegate
do not support Vision OS:Proposed Solution
Ideally an alternative way to use the FloatPane utility without relying on MTKView
Describe Alternatives You've Considered
N/A
Additional Context
No response