Changeset a4df8aa


Ignore:
Timestamp:
Dec 7, 2018, 1:13:33 PM (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/timestretch, fix/ffmpeg5, master
Children:
d91566e
Parents:
67b2409a
Message:

[py] add minimal docstring for wavetable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/aubio-docstrings.h

    r67b2409a ra4df8aa  
    101101    "\n"\
    102102    "Transient/Steady-state separation.\n"
     103
     104#define PYAUBIO_wavetable_doc \
     105    "wavetable(samplerate=44100, hop_size=512)\n"\
     106    "\n"\
     107    "Wavetable synthesis.\n"
Note: See TracChangeset for help on using the changeset viewer.