File: index.rst.txt

package info (click to toggle)
python-pyo 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52,332 kB
  • sloc: python: 135,133; ansic: 127,822; javascript: 16,116; sh: 395; makefile: 388; cpp: 242
file content (25 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (2)
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>