AKRhodesPiano error (crush) on AudioKit v4.2

淺唱寂寞╮ 提交于 2019-12-06 04:04:31

问题


I'm using AudioKit version 4.2 and I receive this error (see attached image) after installing my app on my phone (iPhone X) - Xcode error when using AKRhodesPiano

The error is thrown after the app is compiled and installed (after the app is being opened on the device).

This is the line that I'm using:

let pianoNote = AKRhodesPiano() // error

When I change this line to a different instrument, for example -

let pianoNote = AKPluckedString() // works good!

Can someone help me figure it out?


回答1:


Some of the STK Physical models got screwed up on a recent release. We're hoping to have it resolved in AudioKit 4.2.1. Really sorry for the inconvenience.




回答2:


The problem is solved on 4.2.2 and later.

Tested and verified.

https://cocoapods.org/pods/AudioKit



来源:https://stackoverflow.com/questions/49618665/akrhodespiano-error-crush-on-audiokit-v4-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!