AudioKit / AudioKitUI

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

Updated NodeOutputView Background Color #38

Closed NickCulbertson closed 2 years ago

NickCulbertson commented 2 years ago

This update gives access to the backgroundColor variable of NodeOutputView. Usage would be to have a colored waveform over a background that matches the user's UI color scheme:

NodeOutputView(conductor.osc, color: .purple, backgroundColor: .white)

Thanks, Nick