[Cs-dev] Csound 6 on Android
Date | 2013-06-11 02:20 |
From | Michael Gogins |
Subject | [Cs-dev] Csound 6 on Android |
Attachments | None None |
I moved all dependencies on plugins out of CsoundAndroid (I hope I got them all). I moved the install_libs.sh script to CSDPlayer where it is currently a manual step. The Lua opcodes are now working in Csound 6 on Android. I changed the linkage to the luajit library to static, so that the embedded soname would not be used.
There are two problems right now that I see: (1) The app now crashes not only after the user stops it, but also after Csound on its own has finished a performance. No idea why. This was not a problem yesterday. I changed some things and I think other people also changed some things.
(2) The plugins are not available to Csound until the user first tries to run a csd involving plugins and that fails, then when the user runs the same csd again it succeeds. Michael Gogins
Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com |