[doc] add py_synth page
authorPaul Brossier <piem@piem.org>
Fri, 7 Dec 2018 12:13:10 +0000 (13:13 +0100)
committerPaul Brossier <piem@piem.org>
Fri, 7 Dec 2018 12:13:10 +0000 (13:13 +0100)
doc/py_synth.rst [new file with mode: 0644]
doc/python.rst

diff --git a/doc/py_synth.rst b/doc/py_synth.rst
new file mode 100644 (file)
index 0000000..d7afb24
--- /dev/null
@@ -0,0 +1,9 @@
+.. currentmodule:: aubio
+.. default-domain:: py
+
+Synthesis
+---------
+
+.. autoclass:: sampler
+
+.. autoclass:: wavetable
index 552b707..cc91244 100644 (file)
@@ -33,6 +33,7 @@ Contents
    py_temporal
    py_spectral
    py_analysis
    py_temporal
    py_spectral
    py_analysis
+   py_synth
    py_utils
    py_examples
 
    py_utils
    py_examples