Csound Csound-dev Csound-tekno Search About

[Csnd] CSound on iPad

Date2018-01-13 15:33
FromSalvatore Mirenda
Subject[Csnd] CSound on iPad
Hi all, does anyone can help me understanding how to use csound with iPad? I downloaded the ios sdk 6.10 folder but I have no idea what to do with it. I found and read different articles on the internet but nothing that let me get out from my confusion. 
Thanks a lot
Salvatore

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

Date2018-01-13 17:48
FromSteven Yi
SubjectRe: [Csnd] CSound on iPad
Just to clarify, are you trying to run Csound with Csound code or make
software using Csound? The SDK is for making iOS software with Csound.
There is a manual that comes with the SDK that describes how to use it
build software. There are two sets of examples provided, one in
Objective-C and one in Swift.   I think if you can explain a little
more of what you are wanting to do with this and maybe where exactly
you got stuck, it might be easier to advise.

steven

On Sat, Jan 13, 2018 at 10:33 AM, Salvatore Mirenda
 wrote:
> Hi all, does anyone can help me understanding how to use csound with iPad? I downloaded the ios sdk 6.10 folder but I have no idea what to do with it. I found and read different articles on the internet but nothing that let me get out from my confusion.
> Thanks a lot
> Salvatore
>
> 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

Date2018-01-13 18:28
FromNikhil Singh
SubjectRe: [Csnd] CSound on iPad
Hi Salvatore,

Just to add to what Steven said, the  FLOSS manual entry
   for Csound in iOS was
also recently updated with a walkthrough of the API in both Obj-C and Swift. 


Salvatore Mirenda wrote
> Hi all, does anyone can help me understanding how to use csound with iPad?
> I downloaded the ios sdk 6.10 folder but I have no idea what to do with
> it. I found and read different articles on the internet but nothing that
> let me get out from my confusion. 
> Thanks a lot
> Salvatore
> 
> Csound mailing list

> Csound@.heanet

> 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





--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-01-13 19:43
FromSalvatore Mirenda
SubjectRe: [Csnd] CSound on iPad
Hi thanks for the reply. Yes I wasn't clarifying exactly what I needed to know in my mail. I'm just trying to run csound to write code and using it in a way similar to what I usually do with it on mac/pc version (building instruments and realtime sound controls), not building software for ios using swift or others. I'm just getting in to swift code since not long ago so I think I'm quite far from building ios softwares right now. Just write patches in normal csound code, running them and build little gui interaction (like widgets) if it works on ipad as well.
Thanks a lot
Salvatore

Il 13 gen 2018 18:48, "Steven Yi" <stevenyi@gmail.com> ha scritto:
Just to clarify, are you trying to run Csound with Csound code or make
software using Csound? The SDK is for making iOS software with Csound.
There is a manual that comes with the SDK that describes how to use it
build software. There are two sets of examples provided, one in
Objective-C and one in Swift.   I think if you can explain a little
more of what you are wanting to do with this and maybe where exactly
you got stuck, it might be easier to advise.

steven

On Sat, Jan 13, 2018 at 10:33 AM, Salvatore Mirenda
<salvatore.mirenda78@gmail.com> wrote:
> Hi all, does anyone can help me understanding how to use csound with iPad? I downloaded the ios sdk 6.10 folder but I have no idea what to do with it. I found and read different articles on the internet but nothing that let me get out from my confusion.
> Thanks a lot
> Salvatore
>
> 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

Date2018-01-13 20:09
FromVictor Lazzarini
SubjectRe: [Csnd] CSound on iPad
There is a RunloopSound app in the app store that seems to do what you want.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 13 Jan 2018, at 19:44, Salvatore Mirenda <salvatore.mirenda78@GMAIL.COM> wrote:

Hi thanks for the reply. Yes I wasn't clarifying exactly what I needed to know in my mail. I'm just trying to run csound to write code and using it in a way similar to what I usually do with it on mac/pc version (building instruments and realtime sound controls), not building software for ios using swift or others. I'm just getting in to swift code since not long ago so I think I'm quite far from building ios softwares right now. Just write patches in normal csound code, running them and build little gui interaction (like widgets) if it works on ipad as well.
Thanks a lot
Salvatore

Il 13 gen 2018 18:48, "Steven Yi" <stevenyi@gmail.com> ha scritto:
Just to clarify, are you trying to run Csound with Csound code or make
software using Csound? The SDK is for making iOS software with Csound.
There is a manual that comes with the SDK that describes how to use it
build software. There are two sets of examples provided, one in
Objective-C and one in Swift.   I think if you can explain a little
more of what you are wanting to do with this and maybe where exactly
you got stuck, it might be easier to advise.

steven

On Sat, Jan 13, 2018 at 10:33 AM, Salvatore Mirenda
<salvatore.mirenda78@gmail.com> wrote:
> Hi all, does anyone can help me understanding how to use csound with iPad? I downloaded the ios sdk 6.10 folder but I have no idea what to do with it. I found and read different articles on the internet but nothing that let me get out from my confusion.
> Thanks a lot
> Salvatore
>
> 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

Date2018-01-14 14:46
FromEnrico Francioni <00000005323c8739-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] CSound on iPad
...also for iPhone [iOs 11]?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-01-14 15:06
FromSalvatore Mirenda
SubjectRe: [Csnd] CSound on iPad
Yes ios 11 but iPad pro...

Il 14 gen 2018 15:46, "Enrico Francioni" <00000005323c8739-dmarc-request@listserv.heanet.ie> ha scritto:
...also for iPhone [iOs 11]?
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