Ariel Ramos
Ariel Ramos

Reputation: 41

AKSequencer.init() in Audiokit 4.9

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

Answers (1)

Aurelius Prochazka
Aurelius Prochazka

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

Related Questions