|
MAX / MSP BASICS, PART 2
Intercommunication:
- patch cords
- send / receive
- send~ / receive~
- forward
- value
- pvar
Variables, Data Storage:
- prepend
- pack, pak
- unpack
- $1
- sprintf
Arithmetic:
- +, -, *, /, !+, !-, !/, %
- +~, -~, *~, /~, !+~, !-~, !/~, %~
- scale / zmap
- expr
List Processing:
Automation:
- line
- line~
- snapshot~
- number~
- counter
Modulation:
Timing:
- delay / pipe
- metro
- phasor~
Recording / Playing Back:
- Sfplay~ / Sfrecord~
- Buffer~ / Record~
- Play~ / Groove~ / Wave~
ASSIGNMENT
Create an automatable buffer munger with disk recording function.
|
|