AudioEngineDelegate
protocol AudioEngineDelegate
Delegate for handling AudioEngine state changes like tempo and playing
-
Undocumented
Declaration
Swift
func didUpdateTempo(_ tempo: Double)
-
Undocumented
Declaration
Swift
func didUpdatePlaying(_ isPlaying: Bool)