Csound Csound-dev Csound-tekno Search About

[Csnd] Csound 5.19 bug in loopxseg

Date2013-02-07 16:39
Frompeiman khosravi
Subject[Csnd] Csound 5.19 bug in loopxseg

Dear all, 


it's my unlucky day today. There seems to be a bug in csound 5.19 with the opcode looxseg. Can someone please confirm this (see below)?


Thanks




<CsoundSynthesizer>

<CsOptions>

-odac

</CsOptions>

<CsInstruments>


sr = 44100

ksmps = 16

nchnls = 2

0dbfs = 1



instr 1


ksig1 loopxseg 1, 0, 0, .000001, 1, 1, 1, .000001


endin



</CsInstruments>

<CsScore>


i1 0 100




</CsScore>

</CsoundSynthesizer>



Date2013-02-07 17:24
FromSteven Yi
SubjectRe: [Csnd] Csound 5.19 bug in loopxseg
I believe there was a change (well, more of a correction I think?) to
the documentation as there is supposed to be an extra arg that didn't
used to be there.  (I think it was the iphase argument:
http://csounds.com/manual/html/loopxseg.html)

On Thu, Feb 7, 2013 at 4:39 PM, peiman khosravi
 wrote:
> Dear all,
>
>
> it's my unlucky day today. There seems to be a bug in csound 5.19 with the
> opcode looxseg. Can someone please confirm this (see below)?
>
>
> Thanks
>
> P
>
>
>
>
> 
>
> 
>
> -odac
>
> 
>
> 
>
>
> sr = 44100
>
> ksmps = 16
>
> nchnls = 2
>
> 0dbfs = 1
>
>
>
> instr 1
>
>
> ksig1 loopxseg 1, 0, 0, .000001, 1, 1, 1, .000001
>
>
> endin
>
>
>
> 
>
> 
>
>
> i1 0 100
>
>
>
>
> 
>
> 
>
>

Date2013-02-07 17:45
Frompeiman khosravi
SubjectRe: [Csnd] Csound 5.19 bug in loopxseg
Thanks Steven, 

That explains it. It's just that it works on 5.18 but no .19 so it isn't really backward compatible as such.

Cheers,
Peiman 

On 7 February 2013 17:24, Steven Yi <stevenyi@gmail.com> wrote:
I believe there was a change (well, more of a correction I think?) to
the documentation as there is supposed to be an extra arg that didn't
used to be there.  (I think it was the iphase argument:
http://csounds.com/manual/html/loopxseg.html)

On Thu, Feb 7, 2013 at 4:39 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Dear all,
>
>
> it's my unlucky day today. There seems to be a bug in csound 5.19 with the
> opcode looxseg. Can someone please confirm this (see below)?
>
>
> Thanks
>
> P
>
>
>
>
> <CsoundSynthesizer>
>
> <CsOptions>
>
> -odac
>
> </CsOptions>
>
> <CsInstruments>
>
>
> sr = 44100
>
> ksmps = 16
>
> nchnls = 2
>
> 0dbfs = 1
>
>
>
> instr 1
>
>
> ksig1 loopxseg 1, 0, 0, .000001, 1, 1, 1, .000001
>
>
> endin
>
>
>
> </CsInstruments>
>
> <CsScore>
>
>
> i1 0 100
>
>
>
>
> </CsScore>
>
> </CsoundSynthesizer>
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2013-02-07 17:55
FromRory Walsh
SubjectRe: [Csnd] Csound 5.19 bug in loopxseg
That's not good.