AudioKit ios AKSamplerMetronome
I'm currently using AudioKit's AKSamplerMetronome to generate and play Metronome sounds , now I need implement an callback to get current beat suppose If I'm having 5 beats I need to get current beat that is being played so that I can add some more functions based on the beat count , is there any callback available to achieve It ?? This is my current code // using AKSamplerMetronome var metronome1 = AKSamplerMetronome() var mixer = AKMixer() // first sound called let beatstart = Bundle.main.url(forResource: "mybeat", withExtension: "wav") // other sounds based on beat count let beaten = Bundle