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

x16-midi¶

  • 01-midi-scan.py - Scan for MIDI channels and controller numbers.
  • 02-notein-object.py - How to use the Notein object.
  • 03-midi-envelope.py - Shaping the sound of a MIDI synth.
  • 04-simple-midi-synth.py - Create a MIDI synthesizer as a custom class.
  • 05-control-change.py - Adding control changes to our MIDI synthesizer class.
  • 06-midi-out.py - Sending MIDI events from pyo.
  • 07-midifile-with-mido.py - Reading a MIDI file with mido and sending the events to pyo.
previous | next | index
© Copyright 2025, Olivier Bélanger. Created using Sphinx 8.2.3.