AudioKit / AudioKitUI

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

Added TrackView #51

Closed Matt54 closed 2 years ago

Matt54 commented 2 years ago

Added TrackView (a track has segments) This is a building block for making a cookbook example of the multi segment player, but it may turn into something generally useful..

Screen Shot 2022-03-06 at 11 16 09 AM
Matt54 commented 2 years ago

@aure I've been using THIS_FORMAT for constants. Let me know if you'd like to see a different style there. Also, force unwraps in a preview seem appropriate to me, but happy to change any of this as needed

Matt54 commented 2 years ago

Scratch that globals comment. I realized that will need to be settable to keep one source of truth for those values at a higher level, so I refactored.