[Csnd] Csound Blue Android?
Date | 2014-09-22 22:39 |
From | oneder |
Subject | [Csnd] Csound Blue Android? |
I've been away from Csound for some time but I was wondering if it is now possible to run Csound and Blue on the Android platform? It seems that it is but I haven't been able to completely figure it out. I've got a powerful phone just waiting. Thanks. -- View this message in context: http://csound.1045644.n5.nabble.com/Csound-Blue-Android-tp5737609.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2014-09-22 23:03 |
From | Steven Yi |
Subject | Re: [Csnd] Csound Blue Android? |
Sorry, no it is not possible to run Blue on Android. Android uses a different VM than what the Java Virtual Machine, called Dalvik. It does not have the same API's as what is found in the JVM. The core data model classes of Blue could be compiled for Android, but none of the UI or the platform library could be used on Android, so it would require a rewrite. I've thought about writing companion software for Android that could use Blue Projects, but have not thought about a full port. Unfortunately, I don't have time to explore doing a port. On Mon, Sep 22, 2014 at 5:39 PM, oneder |
Date | 2014-09-23 06:27 |
From | Michael Gogins |
Subject | Re: [Csnd] Csound Blue Android? |
It is possible to run Csound on Android. It enables you to write user interfaces and score generating code in HTML5. http://sourceforge.net/projects/csound/files/csound6/Csound6.03/Csound6.apk/download http://sourceforge.net/projects/csound/files/csound6/Csound6.03/Csound6AndroidExamples.zip/download Regards, On Sep 22, 2014 5:40 PM, "oneder" <ken@nunativs.com> wrote:
I've been away from Csound for some time but I was wondering if it is now |