Csound Csound-dev Csound-tekno Search About

[Csnd] fout on Android?

Date2012-09-11 03:21
From"Art Hunkins"
Subject[Csnd] fout on Android?
Should it be possible to use fout in Android Csound similar to other 
platforms?

I've got a realtime file rendering just fine, but there is no sign of a 
designated WAV file writing anywhere. (I've done a complete searchy of user 
storage.)

In the "error window" there's no sign of anything going awry either.

I assume there are no special CsOptions that need to be specified, nor any 
fancy way the output filepath must be listed. My fout line is:
        fout    "ChimePad.wav", 4, ga1, ga2

Art Hunkins 


Date2012-09-11 04:36
FromRoger Kelly
SubjectRe: [Csnd] fout on Android?
On Android it got written to internal storage by default.  "/data/data/yourpackage/files/name.wav".  If you don't have root no your device you won't be able to see it.

Change your file name on fout to "/mnt/sdcard/myfile.wav".  This will write it to the SD card and you can look at it then from File Explorer.

P.S. You should not be have your Android attached to your computer when you run the Csound to do fout.  The SD card is only active when unattached from your computer.



On Mon, Sep 10, 2012 at 10:21 PM, Art Hunkins <abhunkin@uncg.edu> wrote:
Should it be possible to use fout in Android Csound similar to other platforms?

I've got a realtime file rendering just fine, but there is no sign of a designated WAV file writing anywhere. (I've done a complete searchy of user storage.)

In the "error window" there's no sign of anything going awry either.

I assume there are no special CsOptions that need to be specified, nor any fancy way the output filepath must be listed. My fout line is:
       fout    "ChimePad.wav", 4, ga1, ga2

Art Hunkins


Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2012-09-12 21:41
FromToby
SubjectRe: [Csnd] fout on Android?
I'm just curious; what is the appeal of running csound on a phone or tablet?
Is it just a geeky experiment, or do you actually want to write music on
Android?

I suppose I could see doing it with an external keyboard.

Thanks,

Tobiah

On 09/10/2012 07:21 PM, Art Hunkins wrote:
> Should it be possible to use fout in Android Csound similar to other platforms?
>
> I've got a realtime file rendering just fine, but there is no sign of a designated WAV file writing anywhere. (I've done a complete searchy of user storage.)
>
> In the "error window" there's no sign of anything going awry either.
>
> I assume there are no special CsOptions that need to be specified, nor any fancy way the output filepath must be listed. My fout line is:
> fout "ChimePad.wav", 4, ga1, ga2
>
> Art Hunkins
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-09-12 21:45
FromRory Walsh
SubjectRe: [Csnd] fout on Android?
I think it's more about mobile performance. I really couldn't see too
many people actually writing hundreds of lines of code on these little
devices. I guess the idea would be to write an instrument on your PC
and then simply send it across to a handy portable tablet for
performing.


On 12 September 2012 21:41, Toby  wrote:
> I'm just curious; what is the appeal of running csound on a phone or tablet?
> Is it just a geeky experiment, or do you actually want to write music on
> Android?
>
> I suppose I could see doing it with an external keyboard.
>
> Thanks,
>
> Tobiah
>
> On 09/10/2012 07:21 PM, Art Hunkins wrote:
>>
>> Should it be possible to use fout in Android Csound similar to other
>> platforms?
>>
>> I've got a realtime file rendering just fine, but there is no sign of a
>> designated WAV file writing anywhere. (I've done a complete searchy of user
>> storage.)
>>
>> In the "error window" there's no sign of anything going awry either.
>>
>> I assume there are no special CsOptions that need to be specified, nor any
>> fancy way the output filepath must be listed. My fout line is:
>> fout "ChimePad.wav", 4, ga1, ga2
>>
>> Art Hunkins
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>

Date2012-09-12 21:52
FromVictor
SubjectRe: [Csnd] fout on Android?
Tabs: I want to use it as a live electronics device for pieces using instruments. I still need to check how clean its IO is.
If it works, it would be dead handy.
Victor

On 12 Sep 2012, at 21:41, Toby  wrote:

> I'm just curious; what is the appeal of running csound on a phone or tablet?
> Is it just a geeky experiment, or do you actually want to write music on
> Android?
> 
> I suppose I could see doing it with an external keyboard.
> 
> Thanks,
> 
> Tobiah
> 
> On 09/10/2012 07:21 PM, Art Hunkins wrote:
>> Should it be possible to use fout in Android Csound similar to other platforms?
>> 
>> I've got a realtime file rendering just fine, but there is no sign of a designated WAV file writing anywhere. (I've done a complete searchy of user storage.)
>> 
>> In the "error window" there's no sign of anything going awry either.
>> 
>> I assume there are no special CsOptions that need to be specified, nor any fancy way the output filepath must be listed. My fout line is:
>> fout "ChimePad.wav", 4, ga1, ga2
>> 
>> Art Hunkins
>> 
>> 
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>> 
> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 


Date2012-09-12 22:08
FromToby
SubjectRe: [Csnd] fout on Android?
On 09/12/2012 01:52 PM, Victor wrote:
> Tabs: I want to use it as a live electronics device for pieces using instruments. I still need to check how clean its IO is.
> If it works, it would be dead handy.
> Victor

Oh, so say you made an fltk interface for a csound instrument, and load that onto
your tablet, then you could have a neat little light weight pad to
tweak while you are performing your piece.  It that the idea?

I mean, if it weren't for some sort of interaction, you could
just play a .wav file ;)

Actually, I could also see writing a different app for the interface,
and sending score events to the csound process through Intent()s or whatever.

Tobiah

Date2012-09-12 22:10
FromRoger Kelly
SubjectRe: [Csnd] fout on Android?
The real fun is in building real-time touch apps.  Basically your tablet or phone is a touch controller and what you can do with Csound, Java, and Android is only limited to your imagination.

On Wed, Sep 12, 2012 at 4:41 PM, Toby <toby@tobiah.org> wrote:
I'm just curious; what is the appeal of running csound on a phone or tablet?
Is it just a geeky experiment, or do you actually want to write music on
Android?

I suppose I could see doing it with an external keyboard.

Thanks,

Tobiah


On 09/10/2012 07:21 PM, Art Hunkins wrote:
Should it be possible to use fout in Android Csound similar to other platforms?

I've got a realtime file rendering just fine, but there is no sign of a designated WAV file writing anywhere. (I've done a complete searchy of user storage.)

In the "error window" there's no sign of anything going awry either.

I assume there are no special CsOptions that need to be specified, nor any fancy way the output filepath must be listed. My fout line is:
fout "ChimePad.wav", 4, ga1, ga2

Art Hunkins


Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2012-09-12 22:16
FromToby
SubjectRe: [Csnd] fout on Android?
On 09/12/2012 02:10 PM, Roger Kelly wrote:
> The real fun is in building real-time touch apps.  Basically your
> tablet or phone is a touch controller and what you can do with
> Csound, Java, and Android is only limited to your imagination.

So can you embed csound into an app, or does it normally stand alone?

Toby

Date2012-09-12 22:29
FromRoger Kelly
SubjectRe: [Csnd] fout on Android?
Yes like this https://play.google.com/store/apps/details?id=aorch.monodotlite&hl=en ;)

My app on Google Play.

On Wed, Sep 12, 2012 at 5:16 PM, Toby <toby@tobiah.org> wrote:
On 09/12/2012 02:10 PM, Roger Kelly wrote:
The real fun is in building real-time touch apps.  Basically your
tablet or phone is a touch controller and what you can do with
Csound, Java, and Android is only limited to your imagination.

So can you embed csound into an app, or does it normally stand alone?

Toby



Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2012-09-12 22:49
FromRory Walsh
SubjectRe: [Csnd] fout on Android?
Does your app use the Csound lib? I'm just downloading it now..

On 12 September 2012 22:29, Roger Kelly  wrote:
> Yes like this
> https://play.google.com/store/apps/details?id=aorch.monodotlite&hl=en ;)
>
> My app on Google Play.
>
>
> On Wed, Sep 12, 2012 at 5:16 PM, Toby  wrote:
>>
>> On 09/12/2012 02:10 PM, Roger Kelly wrote:
>>>
>>> The real fun is in building real-time touch apps.  Basically your
>>> tablet or phone is a touch controller and what you can do with
>>> Csound, Java, and Android is only limited to your imagination.
>>
>>
>> So can you embed csound into an app, or does it normally stand alone?
>>
>> Toby
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>

Date2012-09-13 14:55
FromTarmo Johannes
SubjectRe: [Csnd] fout on Android?

Looks great!
Would you agree to  share the eclipae project or sources? Would be great material to learn from!
Tarmo

2012 9 13 00:30 kirjutas kuupäeval "Roger Kelly" <loraxman+csound@gmail.com>:
Yes like this https://play.google.com/store/apps/details?id=aorch.monodotlite&hl=en ;)

My app on Google Play.

On Wed, Sep 12, 2012 at 5:16 PM, Toby <toby@tobiah.org> wrote:
On 09/12/2012 02:10 PM, Roger Kelly wrote:
The real fun is in building real-time touch apps.  Basically your
tablet or phone is a touch controller and what you can do with
Csound, Java, and Android is only limited to your imagination.

So can you embed csound into an app, or does it normally stand alone?

Toby



Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"