16-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.