Changeset fa2ab25 for src/synth


Ignore:
Timestamp:
Oct 29, 2018, 12:00:41 AM (5 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
Children:
8716f63
Parents:
9511547
git-author:
Paul Brossier <piem@piem.org> (10/28/18 23:45:14)
git-committer:
Paul Brossier <piem@piem.org> (10/29/18 00:00:41)
Message:

[wavetable] stop sets playing to 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/synth/wavetable.c

    r9511547 rfa2ab25  
    165165  aubio_wavetable_set_amp (s, 0.);
    166166  //s->last_pos = 0;
    167   return aubio_wavetable_set_playing (s, 1);
     167  return aubio_wavetable_set_playing (s, 0);
    168168}
    169169
Note: See TracChangeset for help on using the changeset viewer.