INTRODUCTION TO MAX/MSP/JITTER


Week 1 Week 2 Week 3 Week 4

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:
  • zl
  • vexpr
  • table
Automation:
  • line
  • line~
  • snapshot~
  • number~
  • counter
Modulation:
  • Ring
  • FM
  • LFO's
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.