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

x22-events¶

  • 01-simple-sequences.py - Looping over a list of values.
  • 02-parameters.py - Built-in arguments and conversions.
  • 03-instruments.py - Using custom instrument with events.
  • 04-custom-params.py - Passing custom parameters to the instrument.
  • 05-complex-sequences.py - Exploring generators that sequence values.
  • 06-randoms.py - Exploring random generators.
  • 07-managing-scales.py - Using EventScale to manage list of notes.
  • 08-function-calls.py - Using custom algorithms with python function calls.
  • 09-embedding-generators.py - From words to musical phrases.
  • 10-arithmetic-ops.py - Using arithmetic with event generators.
  • 11-filters.py - Modifying generator’s output with filters.
  • 12-sharing-values.py - Reading and using other parameter’s value.
  • 13-using-audio-objects.py - Using audio objects as generators.
  • 14-post-processing.py - Accessing Events’s audio output for post-processing.
previous | next | index
© Copyright 2025, Olivier Bélanger. Created using Sphinx 8.2.3.