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