Questions: Max/MSP and Pure Data

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

What is the fundamental difference between a Max MSP audio-rate object (denoted with ~) and a control-rate message object?

AAudio-rate objects process at the sample rate (e.g., 44,100 operations per second); message objects operate at a lower control rate for event-based logic
BAudio-rate objects can only process sounds; message objects can process MIDI and audio equally
CThe tilde (~) indicates the object is more expensive and should be used sparingly
DMessage objects operate faster than audio-rate objects
Question 2 True / False

True or false: Pure Data (Pd) and Max/MSP share the same conceptual architecture because they were created by the same developer.

TTrue
FFalse
Question 3 Short Answer

What is the pfft~ object in Max/MSP, and what does it enable?

Think about your answer, then reveal below.
Question 4 Multiple Choice

A composer wants to build a generative music system that produces note events based on probability tables that change in response to external sensor data. Which approach in Max/MSP best supports this?

AUse a static audio file with the probability tables pre-encoded as amplitude values
BUse message-rate objects (table, prob, uzi, metro) for the generative logic and connect to MIDI or audio synthesis objects via control-to-audio conversion
CWrite the probability logic in a VST plugin and host it inside Max
DMax/MSP cannot process sensor data — use Pure Data instead