Csound Csound-dev Csound-tekno Search About

[Csnd] android csound?

Date2009-02-26 03:23
FromBrian Redfern
Subject[Csnd] android csound?
Although most development on android uses java its supposedly possible
to port over c programs as well. I wonder if its possible to port over
the OLPC version of csound onto android?

I guess that depends upon what's possible with the low level coding on android.

It would be awesome to run csound on my android phone, even in
deffered time to be able to work on pieces when I only have my phone.

It seems like its basically got as much power as the OLPC, but I need
to look at the low level stuff.

I'm motivated to try to make it happen because it would be a good way
to advertise my skills if I can pull it off.

Date2009-02-26 03:35
FromFelipe Sateler
Subject[Csnd] Re: android csound?
First you would need to port libsndfile and the other dependencies (I
don't know if OLPC builds need anything else). It should be possible,
though: ARM builds for csound exist in debian for quite some time now.

If Android doesn't break much compatibility with other linux OSs, then
it should be fairly straightforward.

On Thu, Feb 26, 2009 at 2:23 PM, Brian Redfern  wrote:
> Although most development on android uses java its supposedly possible
> to port over c programs as well. I wonder if its possible to port over
> the OLPC version of csound onto android?
>
> I guess that depends upon what's possible with the low level coding on android.
>
> It would be awesome to run csound on my android phone, even in
> deffered time to be able to work on pieces when I only have my phone.
>
> It seems like its basically got as much power as the OLPC, but I need
> to look at the low level stuff.
>
> I'm motivated to try to make it happen because it would be a good way
> to advertise my skills if I can pull it off.
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>



-- 

	Felipe Sateler

Date2009-02-26 03:39
FromBrian Redfern
Subject[Csnd] Re: Re: android csound?
Yeah I need to take a closer look at the lower level of android and
see if anyone else has done c cross compilation to arm for the android
platform.

On Wed, Feb 25, 2009 at 7:35 PM, Felipe Sateler  wrote:
> First you would need to port libsndfile and the other dependencies (I
> don't know if OLPC builds need anything else). It should be possible,
> though: ARM builds for csound exist in debian for quite some time now.
>
> If Android doesn't break much compatibility with other linux OSs, then
> it should be fairly straightforward.
>
> On Thu, Feb 26, 2009 at 2:23 PM, Brian Redfern  wrote:
>> Although most development on android uses java its supposedly possible
>> to port over c programs as well. I wonder if its possible to port over
>> the OLPC version of csound onto android?
>>
>> I guess that depends upon what's possible with the low level coding on android.
>>
>> It would be awesome to run csound on my android phone, even in
>> deffered time to be able to work on pieces when I only have my phone.
>>
>> It seems like its basically got as much power as the OLPC, but I need
>> to look at the low level stuff.
>>
>> I'm motivated to try to make it happen because it would be a good way
>> to advertise my skills if I can pull it off.
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
>
>
> --
>
>        Felipe Sateler
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2009-02-26 03:49
FromBrian Redfern
Subject[Csnd] Re: Re: android csound?
Ironically if Google is only allowing java apps on android then it
would be more possible to port csound to windows mobile than to
android.

The guys who make edgelib got there c++ code to work on the android
emulator in 2007, but that's a while ago, it may be that the android
platform won't allow native code anymore.

On Wed, Feb 25, 2009 at 7:39 PM, Brian Redfern  wrote:
> Yeah I need to take a closer look at the lower level of android and
> see if anyone else has done c cross compilation to arm for the android
> platform.
>
> On Wed, Feb 25, 2009 at 7:35 PM, Felipe Sateler  wrote:
>> First you would need to port libsndfile and the other dependencies (I
>> don't know if OLPC builds need anything else). It should be possible,
>> though: ARM builds for csound exist in debian for quite some time now.
>>
>> If Android doesn't break much compatibility with other linux OSs, then
>> it should be fairly straightforward.
>>
>> On Thu, Feb 26, 2009 at 2:23 PM, Brian Redfern  wrote:
>>> Although most development on android uses java its supposedly possible
>>> to port over c programs as well. I wonder if its possible to port over
>>> the OLPC version of csound onto android?
>>>
>>> I guess that depends upon what's possible with the low level coding on android.
>>>
>>> It would be awesome to run csound on my android phone, even in
>>> deffered time to be able to work on pieces when I only have my phone.
>>>
>>> It seems like its basically got as much power as the OLPC, but I need
>>> to look at the low level stuff.
>>>
>>> I'm motivated to try to make it happen because it would be a good way
>>> to advertise my skills if I can pull it off.
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>
>>
>>
>> --
>>
>>        Felipe Sateler
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>


Date2009-02-26 04:05
FromSteven Yi
Subject[Csnd] Re: android csound?
I'm doing android dev at the moment for work. As far as I know JNI is
not supported for developers to use in 1.0 or 1.1, though I could be
wrong.  Otherwise, it's available if you are working on the platform
code itself, but then you'd have to compile a whole system image and
flash the ROM on you device. That's as far as I know.

Steven

On 2/25/09, Brian Redfern  wrote:
> Yeah I need to take a closer look at the lower level of android and
> see if anyone else has done c cross compilation to arm for the android
> platform.
>
> On Wed, Feb 25, 2009 at 7:35 PM, Felipe Sateler  wrote:
>> First you would need to port libsndfile and the other dependencies (I
>> don't know if OLPC builds need anything else). It should be possible,
>> though: ARM builds for csound exist in debian for quite some time now.
>>
>> If Android doesn't break much compatibility with other linux OSs, then
>> it should be fairly straightforward.
>>
>> On Thu, Feb 26, 2009 at 2:23 PM, Brian Redfern 
>> wrote:
>>> Although most development on android uses java its supposedly possible
>>> to port over c programs as well. I wonder if its possible to port over
>>> the OLPC version of csound onto android?
>>>
>>> I guess that depends upon what's possible with the low level coding on
>>> android.
>>>
>>> It would be awesome to run csound on my android phone, even in
>>> deffered time to be able to work on pieces when I only have my phone.
>>>
>>> It seems like its basically got as much power as the OLPC, but I need
>>> to look at the low level stuff.
>>>
>>> I'm motivated to try to make it happen because it would be a good way
>>> to advertise my skills if I can pull it off.
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>>
>> --
>>
>>        Felipe Sateler
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"

-- 
Sent from my mobile device


Date2009-02-26 04:24
FromBrian Redfern
Subject[Csnd] Re: Re: android csound?

That makes sense, until we get jni its likely better to write an osc front end that can control csound on my mac or olpc with wifi.

On Feb 25, 2009 8:06 PM, "Steven Yi" <stevenyi@gmail.com> wrote:

I'm doing android dev at the moment for work. As far as I know JNI is
not supported for developers to use in 1.0 or 1.1, though I could be
wrong.  Otherwise, it's available if you are working on the platform
code itself, but then you'd have to compile a whole system image and
flash the ROM on you device. That's as far as I know.

Steven

On 2/25/09, Brian Redfern <brianwredfern@gmail.com> wrote: > Yeah I need to take a closer look at t...

Sent from my mobile device

Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsub...


Date2009-02-26 04:46
FromFelipe Sateler
Subject[Csnd] Re: Re: Re: android csound?
It seems it's not exactly difficult to compile a C app for android
(although it is not supported):

http://benno.id.au/blog/2007/11/13/android-native-apps

On Thu, Feb 26, 2009 at 3:24 PM, Brian Redfern  wrote:
> That makes sense, until we get jni its likely better to write an osc front
> end that can control csound on my mac or olpc with wifi.
>
> On Feb 25, 2009 8:06 PM, "Steven Yi"  wrote:
>
> I'm doing android dev at the moment for work. As far as I know JNI is
> not supported for developers to use in 1.0 or 1.1, though I could be
> wrong.  Otherwise, it's available if you are working on the platform
> code itself, but then you'd have to compile a whole system image and
> flash the ROM on you device. That's as far as I know.
>
> Steven
>
> On 2/25/09, Brian Redfern  wrote: > Yeah I need to
> take a closer look at t...
>
> Sent from my mobile device
>
> Send bugs reports to this list. To unsubscribe, send email
> sympa@lists.bath.ac.uk with body "unsub...



-- 

	Felipe Sateler


Date2009-02-26 05:09
FromBrian Redfern
Subject[Csnd] Re: Re: Re: Re: android csound?

That was 2007, now its more locked down. That's why sugar is the best for netbooks because its actually a full featured creative platform.

On Feb 25, 2009 8:46 PM, "Felipe Sateler" <fsateler@gmail.com> wrote:

It seems it's not exactly difficult to compile a C app for android
(although it is not supported):

http://benno.id.au/blog/2007/11/13/android-native-apps

On Thu, Feb 26, 2009 at 3:24 PM, Brian Redfern <brianwredfern@gmail.com> wrote: > That makes sense,...

--

       Felipe Sateler

Send bugs reports to this list.

To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-02-26 07:37
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: Re: Re: Re: Re: android csound?
AttachmentsNone  None