-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
I have a properly working EXS-24 file with proper samples that loads and works correctly in both MainStage and Logic Pro X.
When trying to load this EXS-24 file into AudioKit's ESX-24 module, the app crashes.
I have tried moving the .exs file from its standard path to various other paths in an attempt to see if I could find out why the module was bombing out... but the best I can figure out is that the EXS-24 module does not look for samples in the current directory... or possibly, it is looking for them and can't find them for whatever reason.
I have created an Xcode project with example files (including a properly working EXS-24 file and it's samples)
The project crashes at the EXS-24 load point - every time.
https://www.dropbox.com/s/x7z8gew7lrwvwhv/Possible%20AudioKit%20ESX24%20Bug.zip?dl=0
Anyone else having this issue?