Csound Csound-dev Csound-tekno Search About

[Cs-dev] Csound for Android

Date2013-05-23 12:50
FromMichael Gogins
Subject[Cs-dev] Csound for Android
AttachmentsNone  None  
Is this where the Android projects in Csound 6 git find libsndfile for Android?


Regards,
Mike

--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

Date2013-05-23 13:02
FromSteven Yi
SubjectRe: [Cs-dev] Csound for Android
Hi Michael,

The libsndfile-android we use is just in a zip file:

http://sourceforge.net/projects/csound/files/csound5/Android/

Just need to unzip and either put into a location that's set in the
Android.mk file or update the Android.mk locally so that it will find
it.

steven

On Thu, May 23, 2013 at 12:50 PM, Michael Gogins
 wrote:
> Is this where the Android projects in Csound 6 git find libsndfile for
> Android?
>
> https://github.com/michaelwu/libsndfile
>
> Regards,
> Mike
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-23 13:04
FromMichael Gogins
SubjectRe: [Cs-dev] Csound for Android
AttachmentsNone  None  

Ok, thanks.

Mike

On May 23, 2013 8:03 AM, "Steven Yi" <stevenyi@gmail.com> wrote:
Hi Michael,

The libsndfile-android we use is just in a zip file:

http://sourceforge.net/projects/csound/files/csound5/Android/

Just need to unzip and either put into a location that's set in the
Android.mk file or update the Android.mk locally so that it will find
it.

steven

On Thu, May 23, 2013 at 12:50 PM, Michael Gogins
<michael.gogins@gmail.com> wrote:
> Is this where the Android projects in Csound 6 git find libsndfile for
> Android?
>
> https://github.com/michaelwu/libsndfile
>
> Regards,
> Mike
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2013-05-24 02:33
FromMichael Gogins
SubjectRe: [Cs-dev] Csound for Android
AttachmentsNone  None  
I'm finding that there are number of hard-coded paths in the build files. That would be fine, if all of them were within the Csound GIT tree or even its parent directory. Are they? In that case I can just put things like these library sources where the build files expect them. But if they are more than one level above the Csound GIT directory, that's awkward for me.

Regards,
Mike


On Thu, May 23, 2013 at 8:02 AM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Michael,

The libsndfile-android we use is just in a zip file:

http://sourceforge.net/projects/csound/files/csound5/Android/

Just need to unzip and either put into a location that's set in the
Android.mk file or update the Android.mk locally so that it will find
it.

steven

On Thu, May 23, 2013 at 12:50 PM, Michael Gogins
<michael.gogins@gmail.com> wrote:
> Is this where the Android projects in Csound 6 git find libsndfile for
> Android?
>
> https://github.com/michaelwu/libsndfile
>
> Regards,
> Mike
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com