AudioKit / AudioKitUI

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

SpectrogramView - Removed unnecessary view state #63

Closed Matt54 closed 1 year ago

Matt54 commented 1 year ago

The SpectrogramView does not alter it's own colors, so there's no need for this to be State or Binding

Also, the node does not change internally so it can be a let