Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DelayN bug with audio rate delaytime of zero #2321

Open
Sciss opened this issue Sep 6, 2016 · 1 comment
Open

DelayN bug with audio rate delaytime of zero #2321

Sciss opened this issue Sep 6, 2016 · 1 comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: server plugins
Milestone

Comments

@Sciss
Copy link
Contributor

Sciss commented Sep 6, 2016

Compare:

{
    var condAcc    = Phasor.ar(start: 2, end: 8);
    var condAccT = DelayN.ar(condAcc, 1, 0);
    condAccT
}.plot(duration: 0.0005, discrete: true)

{
    var condAcc    = Phasor.ar(start: 2, end: 8);
    var condAccT = DelayN.ar(condAcc, 1, DC.ar(0));
    condAccT
}.plot(duration: 0.0005, discrete: true)

The first example correctly outputs the input signal without delay. The second example incorrectly delays by one sample frame.

@Sciss Sciss added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: server plugins labels Sep 6, 2016
@nhthn nhthn added this to the 3.9 milestone Sep 14, 2016
@nhthn nhthn modified the milestones: 3.9, 3.9.x Oct 28, 2017
@telephon
Copy link
Member

still reproducible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: server plugins
Projects
None yet
Development

No branches or pull requests

3 participants