Sep 4, 2018 · 1 min read
Hi I downloaded the MegaDelay project. Unfortunately it crashes in DelayEngine.swift on this line:
private var format:AVAudioFormat {
return engine.inputNode.outputFormat(forBus: 0)
}
The error is SIGABRT. The var engine.inputNode has an address but if you access engine.inputNode.outputNode(forBus: 0) it crashes.
Any ideas why ?
