From 67b2409a5bcd3796b2762e5c1ac949395b8e35ce Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 7 Dec 2018 13:13:10 +0100 Subject: [PATCH] [doc] add py_synth page --- doc/py_synth.rst | 9 +++++++++ doc/python.rst | 1 + 2 files changed, 10 insertions(+) create mode 100644 doc/py_synth.rst diff --git a/doc/py_synth.rst b/doc/py_synth.rst new file mode 100644 index 00000000..d7afb24b --- /dev/null +++ b/doc/py_synth.rst @@ -0,0 +1,9 @@ +.. currentmodule:: aubio +.. default-domain:: py + +Synthesis +--------- + +.. autoclass:: sampler + +.. autoclass:: wavetable diff --git a/doc/python.rst b/doc/python.rst index 552b7071..cc912441 100644 --- a/doc/python.rst +++ b/doc/python.rst @@ -33,6 +33,7 @@ Contents py_temporal py_spectral py_analysis + py_synth py_utils py_examples -- 2.11.0