Csound Csound-dev Csound-tekno Search About

Android Csound (various versions)

Date2015-11-19 01:37
FromMike McGonagle
SubjectAndroid Csound (various versions)
These are my experience with using csound on Android. I've installed three different versions, and below are my issues.

6.06 - this version does install, but when launching it, it does nothing, no error messages, no gui window.

6.05 - this version installed, and appears to run fine, except when you reach the end of a score and csound appears to enter an infinite loop replaying what sounds to be the last buffer of sound it generated. Eventually it will release control, but it seems to take over the device.

6.04 - installed, and appears to run, but now I've got to locate some scores to use for testing (it is nice that 6.05 has the examples menu item!)

Who ever is responsible for getting csound running on my phone (Motorola droid ultra), thanks, you don't know how grateful I am for this. Also, do the lua extensions work? Or am I under the wrong impression that this does not include the lua extensions?

Mike
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-11-19 02:29
FromMichael Gogins
SubjectRe: Android Csound (various versions)
I am the maintainer and currently the main developer of the Csound for
Android application.

Thanks for your feedback.

Version 6.06 or, to be precise, 6.07beta, will only run on Android 5
or higher. Check your Android version, and please let me know what it
is. This is a side effect of changing from Eclipse to Android Studio.

You can get the examples you need out of Csound Git, they are in the
android part of the source tree at
https://github.com/csound/csound/tree/develop/android/CsoundForAndroid/CsoundApplication/src/main/assets/Csound6AndroidExamples.

All versions include LuaJIT. More recent versions include an embedded
Web browser as well that can be used to develop user interfaces and
score generators for Csound using HTML and JavaScript.

Regards,
Mike




-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Wed, Nov 18, 2015 at 8:37 PM, Mike McGonagle  wrote:
> These are my experience with using csound on Android. I've installed three
> different versions, and below are my issues.
>
> 6.06 - this version does install, but when launching it, it does nothing, no
> error messages, no gui window.
>
> 6.05 - this version installed, and appears to run fine, except when you
> reach the end of a score and csound appears to enter an infinite loop
> replaying what sounds to be the last buffer of sound it generated.
> Eventually it will release control, but it seems to take over the device.
>
> 6.04 - installed, and appears to run, but now I've got to locate some scores
> to use for testing (it is nice that 6.05 has the examples menu item!)
>
> Who ever is responsible for getting csound running on my phone (Motorola
> droid ultra), thanks, you don't know how grateful I am for this. Also, do
> the lua extensions work? Or am I under the wrong impression that this does
> not include the lua extensions?
>
> Mike
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-11-19 07:37
FromRory Walsh
SubjectRe: Android Csound (various versions)
Who ever is responsible for getting csound running on my phone (Motorola droid ultra), thanks, you don't know how grateful I am for this. Also, do the lua extensions work? Or am I under the wrong impression that this does not include the lua extensions?

I think Steven and Victor have to take credit for the initial work in getting Csound to run on mobile phones. If I'm not mistaken, they unleashed Csound for Android on the world during the 2012 Linux Audio Conference.
http://lac.linuxaudio.org/2012/papers/20.pdf

Since then others have contributed, and Mike Gogins is currently maintaining and developing things on the Android side. I'd like to express my great thanks to those involved too. I'm constantly surprised at how easy it is to use Csound on these little devices!   
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-11-19 16:29
FromBrian Redfern
SubjectRe: Android Csound (various versions)
On the same topic of android csound, I'm wondering where I can look to see how to enable html5 interfaces for my psychoflute and moonsynth apps they haven't gotten love for a while because I wrote them to work all the way back to 2.3 but I'm looking at updating 2.0 versions of them to android 5 but I work a lot so haven't had time to dig around but a quick pointer would help me figure out how to latch that into my apps. They're not commercial apps they're free and open source but people use them on commercial recordings which is kind of cool.

On Wed, Nov 18, 2015 at 6:29 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
I am the maintainer and currently the main developer of the Csound for
Android application.

Thanks for your feedback.

Version 6.06 or, to be precise, 6.07beta, will only run on Android 5
or higher. Check your Android version, and please let me know what it
is. This is a side effect of changing from Eclipse to Android Studio.

You can get the examples you need out of Csound Git, they are in the
android part of the source tree at
https://github.com/csound/csound/tree/develop/android/CsoundForAndroid/CsoundApplication/src/main/assets/Csound6AndroidExamples.

All versions include LuaJIT. More recent versions include an embedded
Web browser as well that can be used to develop user interfaces and
score generators for Csound using HTML and JavaScript.

Regards,
Mike




-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Wed, Nov 18, 2015 at 8:37 PM, Mike McGonagle <mjmogo@gmail.com> wrote:
> These are my experience with using csound on Android. I've installed three
> different versions, and below are my issues.
>
> 6.06 - this version does install, but when launching it, it does nothing, no
> error messages, no gui window.
>
> 6.05 - this version installed, and appears to run fine, except when you
> reach the end of a score and csound appears to enter an infinite loop
> replaying what sounds to be the last buffer of sound it generated.
> Eventually it will release control, but it seems to take over the device.
>
> 6.04 - installed, and appears to run, but now I've got to locate some scores
> to use for testing (it is nice that 6.05 has the examples menu item!)
>
> Who ever is responsible for getting csound running on my phone (Motorola
> droid ultra), thanks, you don't know how grateful I am for this. Also, do
> the lua extensions work? Or am I under the wrong impression that this does
> not include the lua extensions?
>
> Mike
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-11-19 16:44
FromMike McGonagle
SubjectAndroid Csound (various versions)
Yes, I'm on Android 4.4.4... Oh well... I haven't tried to run 6.04 with the examples yet, but I'm excited.

Is there any documentation for his to use the lua? 

On Wednesday, November 18, 2015, Michael Gogins <michael.gogins@gmail.com> wrote:
I am the maintainer and currently the main developer of the Csound for
Android application.

Thanks for your feedback.

Version 6.06 or, to be precise, 6.07beta, will only run on Android 5
or higher. Check your Android version, and please let me know what it
is. This is a side effect of changing from Eclipse to Android Studio.

You can get the examples you need out of Csound Git, they are in the
android part of the source tree at
https://github.com/csound/csound/tree/develop/android/CsoundForAndroid/CsoundApplication/src/main/assets/Csound6AndroidExamples.

All versions include LuaJIT. More recent versions include an embedded
Web browser as well that can be used to develop user interfaces and
score generators for Csound using HTML and JavaScript.

Regards,
Mike




-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Wed, Nov 18, 2015 at 8:37 PM, Mike McGonagle <mjmogo@gmail.com> wrote:
> These are my experience with using csound on Android. I've installed three
> different versions, and below are my issues.
>
> 6.06 - this version does install, but when launching it, it does nothing, no
> error messages, no gui window.
>
> 6.05 - this version installed, and appears to run fine, except when you
> reach the end of a score and csound appears to enter an infinite loop
> replaying what sounds to be the last buffer of sound it generated.
> Eventually it will release control, but it seems to take over the device.
>
> 6.04 - installed, and appears to run, but now I've got to locate some scores
> to use for testing (it is nice that 6.05 has the examples menu item!)
>
> Who ever is responsible for getting csound running on my phone (Motorola
> droid ultra), thanks, you don't know how grateful I am for this. Also, do
> the lua extensions work? Or am I under the wrong impression that this does
> not include the lua extensions?
>
> Mike
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-11-19 17:33
FromMichael Gogins
SubjectRe: Android Csound (various versions)
You can use the HTML interface on 6.0.5, at least on Samsung S4 which
is what I tested it with. And Samsung Tab S 8.4.

On Windows you an run the same pieces with HTML5 on CsoundQt.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Nov 19, 2015 at 11:44 AM, Mike McGonagle  wrote:
> Yes, I'm on Android 4.4.4... Oh well... I haven't tried to run 6.04 with the
> examples yet, but I'm excited.
>
> Is there any documentation for his to use the lua?
>
>
> On Wednesday, November 18, 2015, Michael Gogins 
> wrote:
>>
>> I am the maintainer and currently the main developer of the Csound for
>> Android application.
>>
>> Thanks for your feedback.
>>
>> Version 6.06 or, to be precise, 6.07beta, will only run on Android 5
>> or higher. Check your Android version, and please let me know what it
>> is. This is a side effect of changing from Eclipse to Android Studio.
>>
>> You can get the examples you need out of Csound Git, they are in the
>> android part of the source tree at
>>
>> https://github.com/csound/csound/tree/develop/android/CsoundForAndroid/CsoundApplication/src/main/assets/Csound6AndroidExamples.
>>
>> All versions include LuaJIT. More recent versions include an embedded
>> Web browser as well that can be used to develop user interfaces and
>> score generators for Csound using HTML and JavaScript.
>>
>> Regards,
>> Mike
>>
>>
>>
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Wed, Nov 18, 2015 at 8:37 PM, Mike McGonagle  wrote:
>> > These are my experience with using csound on Android. I've installed
>> > three
>> > different versions, and below are my issues.
>> >
>> > 6.06 - this version does install, but when launching it, it does
>> > nothing, no
>> > error messages, no gui window.
>> >
>> > 6.05 - this version installed, and appears to run fine, except when you
>> > reach the end of a score and csound appears to enter an infinite loop
>> > replaying what sounds to be the last buffer of sound it generated.
>> > Eventually it will release control, but it seems to take over the
>> > device.
>> >
>> > 6.04 - installed, and appears to run, but now I've got to locate some
>> > scores
>> > to use for testing (it is nice that 6.05 has the examples menu item!)
>> >
>> > Who ever is responsible for getting csound running on my phone (Motorola
>> > droid ultra), thanks, you don't know how grateful I am for this. Also,
>> > do
>> > the lua extensions work? Or am I under the wrong impression that this
>> > does
>> > not include the lua extensions?
>> >
>> > Mike
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-11-21 20:42
FromMike McGonagle
SubjectRe: Android Csound (various versions)
Thanks, Michael. I was able to get 6.04 installed, and it runs to the end of a piece. 

I do have to ask about Silencio, and how do we get it. I looked at the Google code website, but it says the project was archived. Not sure what that meant, but I didn't try to install anything.

I also found your blog/tumbler pages. Hope to read some of your stuff.

Thanks again,

Mike

On Thursday, November 19, 2015, Michael Gogins <michael.gogins@gmail.com> wrote:
You can use the HTML interface on 6.0.5, at least on Samsung S4 which
is what I tested it with. And Samsung Tab S 8.4.

On Windows you an run the same pieces with HTML5 on CsoundQt.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Nov 19, 2015 at 11:44 AM, Mike McGonagle <mjmogo@gmail.com> wrote:
> Yes, I'm on Android 4.4.4... Oh well... I haven't tried to run 6.04 with the
> examples yet, but I'm excited.
>
> Is there any documentation for his to use the lua?
>
>
> On Wednesday, November 18, 2015, Michael Gogins <michael.gogins@gmail.com>
> wrote:
>>
>> I am the maintainer and currently the main developer of the Csound for
>> Android application.
>>
>> Thanks for your feedback.
>>
>> Version 6.06 or, to be precise, 6.07beta, will only run on Android 5
>> or higher. Check your Android version, and please let me know what it
>> is. This is a side effect of changing from Eclipse to Android Studio.
>>
>> You can get the examples you need out of Csound Git, they are in the
>> android part of the source tree at
>>
>> https://github.com/csound/csound/tree/develop/android/CsoundForAndroid/CsoundApplication/src/main/assets/Csound6AndroidExamples.
>>
>> All versions include LuaJIT. More recent versions include an embedded
>> Web browser as well that can be used to develop user interfaces and
>> score generators for Csound using HTML and JavaScript.
>>
>> Regards,
>> Mike
>>
>>
>>
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Wed, Nov 18, 2015 at 8:37 PM, Mike McGonagle <mjmogo@gmail.com> wrote:
>> > These are my experience with using csound on Android. I've installed
>> > three
>> > different versions, and below are my issues.
>> >
>> > 6.06 - this version does install, but when launching it, it does
>> > nothing, no
>> > error messages, no gui window.
>> >
>> > 6.05 - this version installed, and appears to run fine, except when you
>> > reach the end of a score and csound appears to enter an infinite loop
>> > replaying what sounds to be the last buffer of sound it generated.
>> > Eventually it will release control, but it seems to take over the
>> > device.
>> >
>> > 6.04 - installed, and appears to run, but now I've got to locate some
>> > scores
>> > to use for testing (it is nice that 6.05 has the examples menu item!)
>> >
>> > Who ever is responsible for getting csound running on my phone (Motorola
>> > droid ultra), thanks, you don't know how grateful I am for this. Also,
>> > do
>> > the lua extensions work? Or am I under the wrong impression that this
>> > does
>> > not include the lua extensions?
>> >
>> > Mike
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-11-21 20:53
FromMichael Gogins
SubjectRe: Android Csound (various versions)
Silencio is in the examples. It's already installed.

I started "Silence" as Java a long time ago. Then I moved it to C++
(it is "CsoundAC" in the Csound distribution). Then Imoved it to Lua.
Now I'm moving it to JavaScript. The latest Csound for Android has
both the Lua and the JavaScript versions.

Here's the current project link: https://github.com/gogins/silencio.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sat, Nov 21, 2015 at 3:42 PM, Mike McGonagle  wrote:
> Thanks, Michael. I was able to get 6.04 installed, and it runs to the end of
> a piece.
>
> I do have to ask about Silencio, and how do we get it. I looked at the
> Google code website, but it says the project was archived. Not sure what
> that meant, but I didn't try to install anything.
>
> I also found your blog/tumbler pages. Hope to read some of your stuff.
>
> Thanks again,
>
> Mike
>
>
> On Thursday, November 19, 2015, Michael Gogins 
> wrote:
>>
>> You can use the HTML interface on 6.0.5, at least on Samsung S4 which
>> is what I tested it with. And Samsung Tab S 8.4.
>>
>> On Windows you an run the same pieces with HTML5 on CsoundQt.
>>
>> Regards,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Thu, Nov 19, 2015 at 11:44 AM, Mike McGonagle  wrote:
>> > Yes, I'm on Android 4.4.4... Oh well... I haven't tried to run 6.04 with
>> > the
>> > examples yet, but I'm excited.
>> >
>> > Is there any documentation for his to use the lua?
>> >
>> >
>> > On Wednesday, November 18, 2015, Michael Gogins
>> > 
>> > wrote:
>> >>
>> >> I am the maintainer and currently the main developer of the Csound for
>> >> Android application.
>> >>
>> >> Thanks for your feedback.
>> >>
>> >> Version 6.06 or, to be precise, 6.07beta, will only run on Android 5
>> >> or higher. Check your Android version, and please let me know what it
>> >> is. This is a side effect of changing from Eclipse to Android Studio.
>> >>
>> >> You can get the examples you need out of Csound Git, they are in the
>> >> android part of the source tree at
>> >>
>> >>
>> >> https://github.com/csound/csound/tree/develop/android/CsoundForAndroid/CsoundApplication/src/main/assets/Csound6AndroidExamples.
>> >>
>> >> All versions include LuaJIT. More recent versions include an embedded
>> >> Web browser as well that can be used to develop user interfaces and
>> >> score generators for Csound using HTML and JavaScript.
>> >>
>> >> Regards,
>> >> Mike
>> >>
>> >>
>> >>
>> >>
>> >> -----------------------------------------------------
>> >> Michael Gogins
>> >> Irreducible Productions
>> >> http://michaelgogins.tumblr.com
>> >> Michael dot Gogins at gmail dot com
>> >>
>> >>
>> >> On Wed, Nov 18, 2015 at 8:37 PM, Mike McGonagle 
>> >> wrote:
>> >> > These are my experience with using csound on Android. I've installed
>> >> > three
>> >> > different versions, and below are my issues.
>> >> >
>> >> > 6.06 - this version does install, but when launching it, it does
>> >> > nothing, no
>> >> > error messages, no gui window.
>> >> >
>> >> > 6.05 - this version installed, and appears to run fine, except when
>> >> > you
>> >> > reach the end of a score and csound appears to enter an infinite loop
>> >> > replaying what sounds to be the last buffer of sound it generated.
>> >> > Eventually it will release control, but it seems to take over the
>> >> > device.
>> >> >
>> >> > 6.04 - installed, and appears to run, but now I've got to locate some
>> >> > scores
>> >> > to use for testing (it is nice that 6.05 has the examples menu item!)
>> >> >
>> >> > Who ever is responsible for getting csound running on my phone
>> >> > (Motorola
>> >> > droid ultra), thanks, you don't know how grateful I am for this.
>> >> > Also,
>> >> > do
>> >> > the lua extensions work? Or am I under the wrong impression that this
>> >> > does
>> >> > not include the lua extensions?
>> >> >
>> >> > Mike
>> >> > Csound mailing list Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > https://github.com/csound/csound/issues Discussions of bugs and
>> >> > features
>> >> > can
>> >> > be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> > Csound mailing list Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > https://github.com/csound/csound/issues Discussions of bugs and features
>> > can
>> > be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here