AudioKit / AudioKitUI

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

Added color argument to AudioFileWaveform View #57

Closed Matt54 closed 2 years ago

Matt54 commented 2 years ago

Simply added a color argument to the AudioFileWaveform View

AudioFileWaveform(url: TestAudioURLs.drumloop.url(), color: .red)

Screen Shot 2022-05-31 at 11 23 05 AM
aure commented 2 years ago

Cool!