[Cs-dev] Android CSDPlayer
Date | 2013-05-15 18:47 |
From | Michael Gogins |
Subject | [Cs-dev] Android CSDPlayer |
Attachments | None None |
I bought a Samsung S4 smartphone, downloaded CSDPlayer, and installed it. It opens, but when I try to run trapped.csd there is an error with a reference to a log file that I cannot access /dev/main something). I think these directories are hidden in the OS now. Probably the options, so I'll change those and try again...
There also is no CSD editor in the app... On the plus side, the phone screen is big enough to do something with Csound on it, I think. Regards,
Mike Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |
Date | 2013-05-15 18:54 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Android CSDPlayer |
Attachments | None None |
Maybe it's trying to write to disk instead of playing. If you wipe the options clean, it should play. On 15 May 2013, at 18:47, Michael Gogins wrote:
Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2013-05-15 18:56 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Android CSDPlayer |
Attachments | None None |
That's what I thought... But what if I need to write to the phone's storage? Can I write to the SD card? Regards, Mike On Wed, May 15, 2013 at 1:54 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |
Date | 2013-05-15 19:20 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Android CSDPlayer |
Attachments | None None |
yes. I am sure you can. On 15 May 2013, at 18:56, Michael Gogins wrote:
Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2013-05-15 21:21 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Android CSDPlayer |
Attachments | None None |
OK, actually I had to put -odac into CsOptions. I am sitting here listening to "Trapped in Convert" rendering in real time, without hitches, on my telephone. What a world! Congratulations! I'm going to try to put LuaJIT into the picture here. I need to refresh my knowledge of Lua and Android, there now seem to be several ways of using Lua on phones. what do you think? Would you like LuaJIT folded into the CSDPlayer, or would you prefer it be a separate app? There are two approaches: running LuaJIT inside Csound as the Lua opcodes do, or running Csound inside of LuaJIT as my latest emails describe.
Fortunately at work, I had to prototype an Android app for trading reports, so I think I have the beginning of a handle on how to work. I haven't tried the NDK yet though. Regards, Mike On Wed, May 15, 2013 at 2:20 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |