Csound Csound-dev Csound-tekno Search About

apparent problems with some Ambisonic FLOSS examples in CsoundQt

Date2016-01-08 11:40
FromKarin Daum
Subjectapparent problems with some Ambisonic FLOSS examples in CsoundQt
when trying to run some Ambisonic examples in CsoundQt I get the following error message:

error:  invalid xout statement for UDO: defined 'k', found 'c'
Parsing failed to syntax errors

which is due to statements in the UDO of the kind

xout 0

where the zero is not taken as k-type variable

I found this (easy to correct) problem in 
05B12_udo_ambisonics2D_3.csd, 
05B13_udo_ambisonics2D_4.csd 

and also in 

ambisonics2D_udos.txt

I did not test the other examples yet

Cheers,

Karin

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

Date2016-01-08 12:35
FromSteven Yi
SubjectRe: apparent problems with some Ambisonic FLOSS examples in CsoundQt
Hi Karin,

This looks like a bug that might have been introduced when I put in
type checking for xin/xout.  Could you file this issue on the GitHub
tracker? (https://github.com/csound/csound/issues)  I think I should
have time to take a look at this tomorrow.

Thanks!
steven

On Fri, Jan 8, 2016 at 6:40 AM, Karin Daum  wrote:
> when trying to run some Ambisonic examples in CsoundQt I get the following error message:
>
> error:  invalid xout statement for UDO: defined 'k', found 'c'
> Parsing failed to syntax errors
>
> which is due to statements in the UDO of the kind
>
> xout 0
>
> where the zero is not taken as k-type variable
>
> I found this (easy to correct) problem in
> 05B12_udo_ambisonics2D_3.csd,
> 05B13_udo_ambisonics2D_4.csd
>
> and also in
>
> ambisonics2D_udos.txt
>
> I did not test the other examples yet
>
> Cheers,
>
> Karin
>
> 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

Date2016-01-08 13:50
FromVictor Lazzarini
SubjectRe: apparent problems with some Ambisonic FLOSS examples in CsoundQt
The example in the current version of the manual does not have that line anymore

http://floss.booktype.pro/csound/b-panning-and-spatialization/

So I guess it was not updated in CsoundQT
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 8 Jan 2016, at 12:35, Steven Yi  wrote:
> 
> Hi Karin,
> 
> This looks like a bug that might have been introduced when I put in
> type checking for xin/xout.  Could you file this issue on the GitHub
> tracker? (https://github.com/csound/csound/issues)  I think I should
> have time to take a look at this tomorrow.
> 
> Thanks!
> steven
> 
> On Fri, Jan 8, 2016 at 6:40 AM, Karin Daum  wrote:
>> when trying to run some Ambisonic examples in CsoundQt I get the following error message:
>> 
>> error:  invalid xout statement for UDO: defined 'k', found 'c'
>> Parsing failed to syntax errors
>> 
>> which is due to statements in the UDO of the kind
>> 
>> xout 0
>> 
>> where the zero is not taken as k-type variable
>> 
>> I found this (easy to correct) problem in
>> 05B12_udo_ambisonics2D_3.csd,
>> 05B13_udo_ambisonics2D_4.csd
>> 
>> and also in
>> 
>> ambisonics2D_udos.txt
>> 
>> I did not test the other examples yet
>> 
>> Cheers,
>> 
>> Karin
>> 
>> 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

Date2016-01-08 14:46
FromKarin Daum
SubjectRe: apparent problems with some Ambisonic FLOSS examples in CsoundQt
In the printed Version of the manual (as of Sept. 2015) it’s identical to what is in CsoundQt, i.e. with the out statement
> On 8 Jan 2016, at 14:50, Victor Lazzarini  wrote:
> 
> The example in the current version of the manual does not have that line anymore
> 
> http://floss.booktype.pro/csound/b-panning-and-spatialization/
> 
> So I guess it was not updated in CsoundQT
> ========================
> Dr Victor Lazzarini
> Dean of Arts, Celtic Studies and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952 
> 
>> On 8 Jan 2016, at 12:35, Steven Yi  wrote:
>> 
>> Hi Karin,
>> 
>> This looks like a bug that might have been introduced when I put in
>> type checking for xin/xout.  Could you file this issue on the GitHub
>> tracker? (https://github.com/csound/csound/issues)  I think I should
>> have time to take a look at this tomorrow.
>> 
>> Thanks!
>> steven
>> 
>> On Fri, Jan 8, 2016 at 6:40 AM, Karin Daum  wrote:
>>> when trying to run some Ambisonic examples in CsoundQt I get the following error message:
>>> 
>>> error:  invalid xout statement for UDO: defined 'k', found 'c'
>>> Parsing failed to syntax errors
>>> 
>>> which is due to statements in the UDO of the kind
>>> 
>>> xout 0
>>> 
>>> where the zero is not taken as k-type variable
>>> 
>>> I found this (easy to correct) problem in
>>> 05B12_udo_ambisonics2D_3.csd,
>>> 05B13_udo_ambisonics2D_4.csd
>>> 
>>> and also in
>>> 
>>> ambisonics2D_udos.txt
>>> 
>>> I did not test the other examples yet
>>> 
>>> Cheers,
>>> 
>>> Karin
>>> 
>>> 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

Date2016-01-08 14:56
FromKarin Daum
SubjectRe: apparent problems with some Ambisonic FLOSS examples in CsoundQt
done
> On 8 Jan 2016, at 13:35, Steven Yi  wrote:
> 
> Hi Karin,
> 
> This looks like a bug that might have been introduced when I put in
> type checking for xin/xout.  Could you file this issue on the GitHub
> tracker? (https://github.com/csound/csound/issues)  I think I should
> have time to take a look at this tomorrow.
> 
> Thanks!
> steven
> 
> On Fri, Jan 8, 2016 at 6:40 AM, Karin Daum  wrote:
>> when trying to run some Ambisonic examples in CsoundQt I get the following error message:
>> 
>> error:  invalid xout statement for UDO: defined 'k', found 'c'
>> Parsing failed to syntax errors
>> 
>> which is due to statements in the UDO of the kind
>> 
>> xout 0
>> 
>> where the zero is not taken as k-type variable
>> 
>> I found this (easy to correct) problem in
>> 05B12_udo_ambisonics2D_3.csd,
>> 05B13_udo_ambisonics2D_4.csd
>> 
>> and also in
>> 
>> ambisonics2D_udos.txt
>> 
>> I did not test the other examples yet
>> 
>> Cheers,
>> 
>> Karin
>> 
>> 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

Date2016-01-08 15:03
FromSteven Yi
SubjectRe: apparent problems with some Ambisonic FLOSS examples in CsoundQt
Thanks, I'll update the ticket with information once I have a chance
to investigate.

On Fri, Jan 8, 2016 at 9:56 AM, Karin Daum  wrote:
> done
>> On 8 Jan 2016, at 13:35, Steven Yi  wrote:
>>
>> Hi Karin,
>>
>> This looks like a bug that might have been introduced when I put in
>> type checking for xin/xout.  Could you file this issue on the GitHub
>> tracker? (https://github.com/csound/csound/issues)  I think I should
>> have time to take a look at this tomorrow.
>>
>> Thanks!
>> steven
>>
>> On Fri, Jan 8, 2016 at 6:40 AM, Karin Daum  wrote:
>>> when trying to run some Ambisonic examples in CsoundQt I get the following error message:
>>>
>>> error:  invalid xout statement for UDO: defined 'k', found 'c'
>>> Parsing failed to syntax errors
>>>
>>> which is due to statements in the UDO of the kind
>>>
>>> xout 0
>>>
>>> where the zero is not taken as k-type variable
>>>
>>> I found this (easy to correct) problem in
>>> 05B12_udo_ambisonics2D_3.csd,
>>> 05B13_udo_ambisonics2D_4.csd
>>>
>>> and also in
>>>
>>> ambisonics2D_udos.txt
>>>
>>> I did not test the other examples yet
>>>
>>> Cheers,
>>>
>>> Karin
>>>
>>> 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