Reputation: 41
How do I implement the AKSequencer.init in version 4.9 AKSequencer.init() does not compile any more, nor .newTrack() is available.
Upvotes: 1
Views: 45
Reputation: 4573
AKSequencer was renamed AKAppleSequencer so just change the types and initializer to reflect the name change. AKSequencer is our own new sequencer that does not rely on any of Apple's sequencing tools.
Upvotes: 2