AudioKit / AudioKitUI

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

XCode 13 / iOS15 - Build error #19

Closed lukecsmith closed 2 years ago

lukecsmith commented 3 years ago

Attempting to build for XCode 13 Beta, theres a build error in MIDITrackView - same issue in 4 separate places. Line 106, 175, 190, 207 : cursorTime = .. compiler is unable to debug this line in reasonable time. Equation needs splitting up into smaller parts. I'll happily do this myself if I can contribute? thanks, Luke

lukecsmith commented 3 years ago

Ive fixed this issue here: MIDITrackView.swift.zip

aure commented 3 years ago

Do you want to create a PR or should I just make the fix from your zip?

lukecsmith commented 3 years ago

hey there, Ive made a PR, thanks https://github.com/AudioKit/AudioKitUI/pull/20