1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Examples
================
.. toctree::
:maxdepth: 1
First steps <01-intro/index>
Parameter control <02-controls/index>
Synthesis generators <03-generators/index>
Playing with soundfiles <04-soundfiles/index>
Amplitude envelopes <05-envelopes/index>
Filtering <06-filters/index>
Creating sound effects <07-effects/index>
Dynamic range of audio signals <08-dynamics/index>
Calling python functions from audio objects <09-callbacks/index>
Using tables <10-tables/index>
How to use MIDI with pyo <16-midi/index>
How to use OSC with pyo <17-osc/index>
Multirate audio processing <19-multirate/index>
Multicore audio programming <20-multicore/index>
Utilities <21-utilities/index>
Events framework <22-events/index>
Evaluating prefix expression <23-expression/index>
|