Changeset b669066 for src/synth


Ignore:
Timestamp:
Mar 26, 2017, 3:58:41 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
fa0ef3b
Parents:
b67e715
Message:

src/synth/wavetable.c: always clamp wavetable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/synth/wavetable.c

    rb67e715 rb669066  
    104104      output->data[i] += input->data[i];
    105105    }
    106     fvec_clamp(obuf, 1.);
     106    fvec_clamp(output, 1.);
    107107  }
    108108}
Note: See TracChangeset for help on using the changeset viewer.