Csound Csound-dev Csound-tekno Search About

[Csnd] App accessing iPad microphone

Date2013-08-05 21:55
FromNicholas Arner
Subject[Csnd] App accessing iPad microphone
Hello, 

I'm working on using the Mobile Csound API to develop a simple granular synthesizer. For some reason, when I run the app on an iPad, it accesses the iPad's microphone (I have not written any code to intentionally do this), and it doesn't happen when running on the iPad simulator. Does anyone have any ideas why this may be happening? 

Thanks!
Nick

--
Nicholas Arner 
MSc in Music Technology by Research
Department of Electronics
University of York

Date2013-08-06 12:59
FromSteven Yi
SubjectRe: [Csnd] App accessing iPad microphone
It looks like the code will always open the mic and pipe input into
Csound.  Whether you use that audio is dependent on the CSD.  Are you
actually hearing microphone audio in the output?

On Mon, Aug 5, 2013 at 10:55 PM, Nicholas Arner  wrote:
> Hello,
>
> I'm working on using the Mobile Csound API to develop a simple granular
> synthesizer. For some reason, when I run the app on an iPad, it accesses the
> iPad's microphone (I have not written any code to intentionally do this),
> and it doesn't happen when running on the iPad simulator. Does anyone have
> any ideas why this may be happening?
>
> Thanks!
> Nick
>
> --
> Nicholas Arner
> MSc in Music Technology by Research
> Department of Electronics
> University of York

Date2013-08-06 14:14
FromNicholas Arner
SubjectRe: [Csnd] App accessing iPad microphone
Hi Steven, 

That makes sense. I (think) I solved the problem by adjusting the parameter ranges for the specific parameters that the Csound opcode I'm using (grain) takes. I guess that if the parameter values that are being sent to Csound are "out of bounds", the code will instead try to access the input microphone. 

Thanks,
Nick


On 6 August 2013 12:59, Steven Yi <stevenyi@gmail.com> wrote:
It looks like the code will always open the mic and pipe input into
Csound.  Whether you use that audio is dependent on the CSD.  Are you
actually hearing microphone audio in the output?

On Mon, Aug 5, 2013 at 10:55 PM, Nicholas Arner <na705@york.ac.uk> wrote:
> Hello,
>
> I'm working on using the Mobile Csound API to develop a simple granular
> synthesizer. For some reason, when I run the app on an iPad, it accesses the
> iPad's microphone (I have not written any code to intentionally do this),
> and it doesn't happen when running on the iPad simulator. Does anyone have
> any ideas why this may be happening?
>
> Thanks!
> Nick
>
> --
> Nicholas Arner
> MSc in Music Technology by Research
> Department of Electronics
> University of York


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





--
Nicholas Arner 
MSc in Music Technology by Research
Department of Electronics
University of York

Date2013-08-07 11:03
FromSteven Yi
SubjectRe: [Csnd] App accessing iPad microphone
Hi Nick,

That sounds odd in terms of grain values being out of bounds; it seems
to me to hint that there could be a serious problem with the coding of
the opcode where it's reading beyond memory given to it.  If you have
a CSD file that can reproduce the problem, I'd recommend posting a bug
on the bug tracker.

Thanks!
steven

On Tue, Aug 6, 2013 at 3:14 PM, Nicholas Arner  wrote:
> Hi Steven,
>
> That makes sense. I (think) I solved the problem by adjusting the parameter
> ranges for the specific parameters that the Csound opcode I'm using (grain)
> takes. I guess that if the parameter values that are being sent to Csound
> are "out of bounds", the code will instead try to access the input
> microphone.
>
> Thanks,
> Nick
>
>
> On 6 August 2013 12:59, Steven Yi  wrote:
>>
>> It looks like the code will always open the mic and pipe input into
>> Csound.  Whether you use that audio is dependent on the CSD.  Are you
>> actually hearing microphone audio in the output?
>>
>> On Mon, Aug 5, 2013 at 10:55 PM, Nicholas Arner  wrote:
>> > Hello,
>> >
>> > I'm working on using the Mobile Csound API to develop a simple granular
>> > synthesizer. For some reason, when I run the app on an iPad, it accesses
>> > the
>> > iPad's microphone (I have not written any code to intentionally do
>> > this),
>> > and it doesn't happen when running on the iPad simulator. Does anyone
>> > have
>> > any ideas why this may be happening?
>> >
>> > Thanks!
>> > Nick
>> >
>> > --
>> > Nicholas Arner
>> > MSc in Music Technology by Research
>> > Department of Electronics
>> > University of York
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
>
> --
> Nicholas Arner
> MSc in Music Technology by Research
> Department of Electronics
> University of York

Date2013-08-07 12:07
FromNicholas Arner
SubjectRe: [Csnd] App accessing iPad microphone
Not a problem, I will post a bug later today!

Many thanks,
Nick


On 7 August 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
Hi Nick,

That sounds odd in terms of grain values being out of bounds; it seems
to me to hint that there could be a serious problem with the coding of
the opcode where it's reading beyond memory given to it.  If you have
a CSD file that can reproduce the problem, I'd recommend posting a bug
on the bug tracker.

Thanks!
steven

On Tue, Aug 6, 2013 at 3:14 PM, Nicholas Arner <na705@york.ac.uk> wrote:
> Hi Steven,
>
> That makes sense. I (think) I solved the problem by adjusting the parameter
> ranges for the specific parameters that the Csound opcode I'm using (grain)
> takes. I guess that if the parameter values that are being sent to Csound
> are "out of bounds", the code will instead try to access the input
> microphone.
>
> Thanks,
> Nick
>
>
> On 6 August 2013 12:59, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> It looks like the code will always open the mic and pipe input into
>> Csound.  Whether you use that audio is dependent on the CSD.  Are you
>> actually hearing microphone audio in the output?
>>
>> On Mon, Aug 5, 2013 at 10:55 PM, Nicholas Arner <na705@york.ac.uk> wrote:
>> > Hello,
>> >
>> > I'm working on using the Mobile Csound API to develop a simple granular
>> > synthesizer. For some reason, when I run the app on an iPad, it accesses
>> > the
>> > iPad's microphone (I have not written any code to intentionally do
>> > this),
>> > and it doesn't happen when running on the iPad simulator. Does anyone
>> > have
>> > any ideas why this may be happening?
>> >
>> > Thanks!
>> > Nick
>> >
>> > --
>> > Nicholas Arner
>> > MSc in Music Technology by Research
>> > Department of Electronics
>> > University of York
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
>
> --
> Nicholas Arner
> MSc in Music Technology by Research
> Department of Electronics
> University of York


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





--
Nicholas Arner 
MSc in Music Technology by Research
Department of Electronics
University of York

Date2013-08-09 16:39
FromNicholas Arner
SubjectRe: [Csnd] App accessing iPad microphone
AttachmentsScreen Shot 2013-08-09 at 4.38.57 PM.png  
Hi all, 

For some reason when I click on the bug tracker link for Csound, or search for it in Google, I get the error in the attachment...is the Csound page down for some reason? 

Thanks!
Nick


On 7 August 2013 12:07, Nicholas Arner <na705@york.ac.uk> wrote:
Not a problem, I will post a bug later today!

Many thanks,
Nick


On 7 August 2013 11:03, Steven Yi <stevenyi@gmail.com> wrote:
Hi Nick,

That sounds odd in terms of grain values being out of bounds; it seems
to me to hint that there could be a serious problem with the coding of
the opcode where it's reading beyond memory given to it.  If you have
a CSD file that can reproduce the problem, I'd recommend posting a bug
on the bug tracker.

Thanks!
steven

On Tue, Aug 6, 2013 at 3:14 PM, Nicholas Arner <na705@york.ac.uk> wrote:
> Hi Steven,
>
> That makes sense. I (think) I solved the problem by adjusting the parameter
> ranges for the specific parameters that the Csound opcode I'm using (grain)
> takes. I guess that if the parameter values that are being sent to Csound
> are "out of bounds", the code will instead try to access the input
> microphone.
>
> Thanks,
> Nick
>
>
> On 6 August 2013 12:59, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> It looks like the code will always open the mic and pipe input into
>> Csound.  Whether you use that audio is dependent on the CSD.  Are you
>> actually hearing microphone audio in the output?
>>
>> On Mon, Aug 5, 2013 at 10:55 PM, Nicholas Arner <na705@york.ac.uk> wrote:
>> > Hello,
>> >
>> > I'm working on using the Mobile Csound API to develop a simple granular
>> > synthesizer. For some reason, when I run the app on an iPad, it accesses
>> > the
>> > iPad's microphone (I have not written any code to intentionally do
>> > this),
>> > and it doesn't happen when running on the iPad simulator. Does anyone
>> > have
>> > any ideas why this may be happening?
>> >
>> > Thanks!
>> > Nick
>> >
>> > --
>> > Nicholas Arner
>> > MSc in Music Technology by Research
>> > Department of Electronics
>> > University of York
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
>
> --
> Nicholas Arner
> MSc in Music Technology by Research
> Department of Electronics
> University of York


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





--
Nicholas Arner 
MSc in Music Technology by Research
Department of Electronics
University of York



--
Nicholas Arner 
MSc in Music Technology by Research
Department of Electronics
University of York

Date2013-08-10 20:01
Fromjoachim heintz
SubjectRe: [Csnd] App accessing iPad microphone
hi nick -

i used the bug tracker one hour ago, and there were no problems. did you 
login with your sourceforge account, before you have sent it? this is 
required.

best -

	joachim


Am 09.08.2013 17:39, schrieb Nicholas Arner:
> Hi all,
>
> For some reason when I click on the bug tracker link for Csound, or
> search for it in Google, I get the error in the attachment...is the
> Csound page down for some reason?
>
> Thanks!
> Nick
>
>
> On 7 August 2013 12:07, Nicholas Arner  > wrote:
>
>     Not a problem, I will post a bug later today!
>
>     Many thanks,
>     Nick
>
>
>     On 7 August 2013 11:03, Steven Yi      > wrote:
>
>         Hi Nick,
>
>         That sounds odd in terms of grain values being out of bounds; it
>         seems
>         to me to hint that there could be a serious problem with the
>         coding of
>         the opcode where it's reading beyond memory given to it.  If you
>         have
>         a CSD file that can reproduce the problem, I'd recommend posting
>         a bug
>         on the bug tracker.
>
>         Thanks!
>         steven
>
>         On Tue, Aug 6, 2013 at 3:14 PM, Nicholas Arner          > wrote:
>          > Hi Steven,
>          >
>          > That makes sense. I (think) I solved the problem by adjusting
>         the parameter
>          > ranges for the specific parameters that the Csound opcode I'm
>         using (grain)
>          > takes. I guess that if the parameter values that are being
>         sent to Csound
>          > are "out of bounds", the code will instead try to access the
>         input
>          > microphone.
>          >
>          > Thanks,
>          > Nick
>          >
>          >
>          > On 6 August 2013 12:59, Steven Yi          > wrote:
>          >>
>          >> It looks like the code will always open the mic and pipe
>         input into
>          >> Csound.  Whether you use that audio is dependent on the CSD.
>           Are you
>          >> actually hearing microphone audio in the output?
>          >>
>          >> On Mon, Aug 5, 2013 at 10:55 PM, Nicholas Arner
>         > wrote:
>          >> > Hello,
>          >> >
>          >> > I'm working on using the Mobile Csound API to develop a
>         simple granular
>          >> > synthesizer. For some reason, when I run the app on an
>         iPad, it accesses
>          >> > the
>          >> > iPad's microphone (I have not written any code to
>         intentionally do
>          >> > this),
>          >> > and it doesn't happen when running on the iPad simulator.
>         Does anyone
>          >> > have
>          >> > any ideas why this may be happening?
>          >> >
>          >> > Thanks!
>          >> > Nick
>          >> >
>          >> > --
>          >> > Nicholas Arner
>          >> > MSc in Music Technology by Research
>          >> > Department of Electronics
>          >> > University of York
>          >>
>          >>
>          >> Send bugs reports to the Sourceforge bug trackers
>          >> csound6:
>          >> https://sourceforge.net/p/csound/tickets/
>          >> csound5:
>          >> https://sourceforge.net/p/csound/bugs/
>          >> Discussions of bugs and features can be posted here
>          >> To unsubscribe, send email sympa@lists.bath.ac.uk
>          with body "unsubscribe
>          >> csound"
>          >>
>          >>
>          >
>          >
>          >
>          > --
>          > Nicholas Arner
>          > MSc in Music Technology by Research
>          > Department of Electronics
>          > University of York
>
>
>         Send bugs reports to the Sourceforge bug trackers
>         csound6:
>         https://sourceforge.net/p/csound/tickets/
>         csound5:
>         https://sourceforge.net/p/csound/bugs/
>         Discussions of bugs and features can be posted here
>         To unsubscribe, send email sympa@lists.bath.ac.uk
>          with body "unsubscribe csound"
>
>
>
>
>
>     --
>     Nicholas Arner
>     MSc in Music Technology by Research
>     Department of Electronics
>     University of York
>
>
>
>
> --
> Nicholas Arner
> MSc in Music Technology by Research
> Department of Electronics
> University of York

Date2013-08-11 13:24
FromNicholas Arner
SubjectRe: [Csnd] App accessing iPad microphone
Hi Joachim


That was it---I had been signing in with just my google account, and had not upgraded to a full account yet. 

Working on a bug report now. 

Thanks!
Nick

On 10 August 2013 20:01, joachim heintz <jh@joachimheintz.de> wrote:
hi nick -

i used the bug tracker one hour ago, and there were no problems. did you login with your sourceforge account, before you have sent it? this is required.

best -

        joachim


Am 09.08.2013 17:39, schrieb Nicholas Arner:
Hi all,

For some reason when I click on the bug tracker link for Csound, or
search for it in Google, I get the error in the attachment...is the
Csound page down for some reason?

Thanks!
Nick


On 7 August 2013 12:07, Nicholas Arner <na705@york.ac.uk
<mailto:na705@york.ac.uk>> wrote:

    Not a problem, I will post a bug later today!

    Many thanks,
    Nick


    On 7 August 2013 11:03, Steven Yi <stevenyi@gmail.com
    <mailto:stevenyi@gmail.com>> wrote:

        Hi Nick,

        That sounds odd in terms of grain values being out of bounds; it
        seems
        to me to hint that there could be a serious problem with the
        coding of
        the opcode where it's reading beyond memory given to it.  If you
        have
        a CSD file that can reproduce the problem, I'd recommend posting
        a bug
        on the bug tracker.

        Thanks!
        steven

        On Tue, Aug 6, 2013 at 3:14 PM, Nicholas Arner <na705@york.ac.uk
        <mailto:na705@york.ac.uk>> wrote:
         > Hi Steven,
         >
         > That makes sense. I (think) I solved the problem by adjusting
        the parameter
         > ranges for the specific parameters that the Csound opcode I'm
        using (grain)
         > takes. I guess that if the parameter values that are being
        sent to Csound
         > are "out of bounds", the code will instead try to access the
        input
         > microphone.
         >
         > Thanks,
         > Nick
         >
         >
         > On 6 August 2013 12:59, Steven Yi <stevenyi@gmail.com
        <mailto:stevenyi@gmail.com>> wrote:
         >>
         >> It looks like the code will always open the mic and pipe
        input into
         >> Csound.  Whether you use that audio is dependent on the CSD.
          Are you
         >> actually hearing microphone audio in the output?
         >>
         >> On Mon, Aug 5, 2013 at 10:55 PM, Nicholas Arner
        <na705@york.ac.uk <mailto:na705@york.ac.uk>> wrote:
         >> > Hello,
         >> >
         >> > I'm working on using the Mobile Csound API to develop a
        simple granular
         >> > synthesizer. For some reason, when I run the app on an
        iPad, it accesses
         >> > the
         >> > iPad's microphone (I have not written any code to
        intentionally do
         >> > this),
         >> > and it doesn't happen when running on the iPad simulator.
        Does anyone
         >> > have
         >> > any ideas why this may be happening?
         >> >
         >> > Thanks!
         >> > Nick
         >> >
         >> > --
         >> > Nicholas Arner
         >> > MSc in Music Technology by Research
         >> > Department of Electronics
         >> > University of York
         >>
         >>
         >> Send bugs reports to the Sourceforge bug trackers
         >> csound6:
         >> https://sourceforge.net/p/csound/tickets/
         >> csound5:
         >> https://sourceforge.net/p/csound/bugs/
         >> Discussions of bugs and features can be posted here
         >> To unsubscribe, send email sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk> with body "unsubscribe

         >> csound"
         >>
         >>
         >
         >
         >
         > --
         > Nicholas Arner
         > MSc in Music Technology by Research
         > Department of Electronics
         > University of York


        Send bugs reports to the Sourceforge bug trackers
        csound6:
        https://sourceforge.net/p/csound/tickets/
        csound5:
        https://sourceforge.net/p/csound/bugs/
        Discussions of bugs and features can be posted here
        To unsubscribe, send email sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk> with body "unsubscribe csound"






    --
    Nicholas Arner
    MSc in Music Technology by Research
    Department of Electronics
    University of York




--
Nicholas Arner
MSc in Music Technology by Research
Department of Electronics
University of York


Send bugs reports to the Sourceforge bug trackers
csound6:
           https://sourceforge.net/p/csound/tickets/
csound5:
           https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





--
Nicholas Arner 
MSc in Music Technology by Research
Department of Electronics
University of York