Error AKRhodesPiano (crush) on AudioKit v4.2

I use AudioKit version 4.2 and I get this error (see the attached image) after installing my application on my phone (iPhone X) - Xcode error when using AKRhodesPiano

The error occurs after the application is compiled and installed (after the application is open on the device).

This is the line I'm using:

let pianoNote = AKRhodesPiano() // error

When I change this line to another tool, for example -

let pianoNote = AKPluckedString() // works good!

Can someone help me figure this out?

+4
source share
1 answer

Some of the physical STK models have been screwed up in a recent release. We hope that it will be resolved in AudioKit 4.2.1. Too bad the inconvenience.

+2

Source: https://habr.com/ru/post/1695669/


All Articles