x23-expression¶
- 01-simple-expression.py - Introduction to prefix expression evaluator
- 02-audio-in.py - Manipulating audio signal in input
- 03-multiple-inputs.py - Using more than one input signal in a single expression
- 04-let-function.py - State variable inside an expression
- 05-define-function.py - Creating our own functions
- 06-var-function.py - Controlling user variables in an expression from python
- 07-condition.py - Using the conditional function
- 08-load-function.py - Loading functions from an external file
- 09-multiple-outputs.py - How to send multiple outputs from a single expression