AudioKit / AudioKitUI

Controls and Visualization for AudioKit apps
MIT License
187 stars 52 forks source link

NodeOutputPlot's updateColor(_:) doesn't work #16

Closed Lascorbe closed 2 years ago

Lascorbe commented 3 years ago

But .color does work, so I think the method updateColor(_:) can be marked as deprecated?

emurray2 commented 2 years ago

It looks like NodeOutputPlot was deprecated in this commit: https://github.com/AudioKit/AudioKitUI/commit/6aaefe66ac5dcd8bcbb0a249b09a66e1d8e7f561 . Although, there's a new SwiftUI based NodeOutputView which has its color passed through the initializer.