简体   繁体   中英

AKRhodesPiano error (crush) on AudioKit v4.2

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?

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.

The problem is solved on 4.2.2 and later.

Tested and verified.

https://cocoapods.org/pods/AudioKit

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM