Pyo 1.0.6 documentation
previous | next | index

Table of Contents

  • About pyo
  • Installing pyo with pip
  • Compiling pyo from sources
  • Structure of the library
  • Getting started
  • Configuring the audio output (Windows)
  • Improve performance of pyo programs
  • API documentation
  • Examples
    • First steps
    • Parameter control
    • Synthesis generators
    • Playing with soundfiles
    • Amplitude envelopes
    • Filtering
    • Creating sound effects
    • Dynamic range of audio signals
    • Calling python functions from audio objects
    • Using tables
    • Processing in the spectral domain
    • Using 2D tables (matrix)
    • How to use MIDI with pyo
    • How to use OSC with pyo
    • Multirate audio processing
    • Multicore audio programming
    • Utilities
    • Events framework
    • Evaluating prefix expression
  • Advanced tutorials

Search

x02-controls¶

  • 01-fixed-control.py - Number as argument.
  • 02-dynamic-control.py - Graphical control for parameters.
  • 03-output-range.py - The mul and add attributes.
  • 04-building-lfo.py - Audio control of parameters.
  • 05-math-ops.py - Audio objects and arithmetic expressions.
  • 06-multichannel-expansion.py - What is a Stream? Polyphonic objects.
  • 07-multichannel-expansion-2.py - Extended multichannel expansion.
  • 08-handling-channels.py - Managing object’s internal audio streams.
  • 09-handling-channels-2.py - The out method and the physical outputs.
  • 10-handling-channels-3.py - Random multichannel outputs.
  • 11-handling-channels-4.py - Explicit control of the physical outputs.
previous | next | index
© Copyright 2025, Olivier Bélanger. Created using Sphinx 8.2.3.