Csound Csound-dev Csound-tekno Search About

[Cs-dev] fix due to Troxler?

Date2013-07-12 16:43
FromAdam Puckett
Subject[Cs-dev] fix due to Troxler?
I see in the vco opcode a "fix due to Troxler" in which ndel is set to
1 if it equals 0. Why is this?

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-12 19:06
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] fix due to Troxler?
> I see in the vco opcode a "fix due to Troxler" in which ndel is set to
> 1 if it equals 0. Why is this?
>
>
A delay line of length 0 is a problem.  The next line is to allocate
space, and zero length causes problems



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-12 20:01
FromAdam Puckett
SubjectRe: [Cs-dev] fix due to Troxler?
What kind of problems?

On 7/12/13, jpff@cs.bath.ac.uk  wrote:
>> I see in the vco opcode a "fix due to Troxler" in which ndel is set to
>> 1 if it equals 0. Why is this?
>>
>>
> A delay line of length 0 is a problem.  The next line is to allocate
> space, and zero length causes problems
>
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-12 20:39
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] fix due to Troxler?
> What kind of problems?
>
Check the archives.  That line was changes on 2008-12-04
so a few days before that look for mail from Troxler.


What do you think a zreo length delay line looks like??  This is the
maximum size, so was the easiest fix as far as I can remember.  This
change is elsewhere if you look not always due to Troxler

> On 7/12/13, jpff@cs.bath.ac.uk  wrote:
>>> I see in the vco opcode a "fix due to Troxler" in which ndel is set to
>>> 1 if it equals 0. Why is this?
>>>
>>>
>> A delay line of length 0 is a problem.  The next line is to allocate
>> space, and zero length causes problems
>>





------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net