shithub: aubio

Download patch

ref: 67b2409a5bcd3796b2762e5c1ac949395b8e35ce
parent: 12f7bfe8930ac46e0139ca5dfdd7fbefff18bcab
author: Paul Brossier <piem@piem.org>
date: Fri Dec 7 08:13:10 EST 2018

[doc] add py_synth page

--- /dev/null
+++ b/doc/py_synth.rst
@@ -1,0 +1,9 @@
+.. currentmodule:: aubio
+.. default-domain:: py
+
+Synthesis
+---------
+
+.. autoclass:: sampler
+
+.. autoclass:: wavetable
--- a/doc/python.rst
+++ b/doc/python.rst
@@ -33,6 +33,7 @@
    py_temporal
    py_spectral
    py_analysis
+   py_synth
    py_utils
    py_examples