* Downloading Blocked
“Microsoft Defender SmartScreen blocked an unrecognized app from starting. Running this app might put your PC at risk.”
This is because PureData isn’t from a “recognized publisher,” and open-source software often triggers this kind of warning.
How to Bypass SmartScreen Safely:
1. On the warning dialog, click "More info".
2. Then you should see a "Run anyway" button—click that.
3. Follow the installer as usual.
Font Setup
PureData's default font can be tiny, especially on high-res screens.
How to set the font bigger:
Edit > Font > font size
Audio Setup
File>Preferences>Edit Preferences
1. Use Speaker channel, earphones are not recommended.
2.Keep things in default is easier, changing the "delay"etc might cause error.
(Picture below for reference)
(ignore the Chinese letters, they mean nothing)
Basic Functions
- File>New — “Patcher”, a blank canvas
- Put>Object>number/bang/message… (shortcuts!)
- Edit mode - no interaction
- Switch mode: (mac) Command E/(windows) Ctrl E; “edit”. shown on the title of the patcher
- change the number: scroll cursor
- you can only interact with the number object when it’s in RUN MODE
- must click enter to input the number
- Bang: button
- Inlet: top; outlet:bottom; signal flow: top to bottom
- Play:
DSP is "the engine that processes audio"
When DSP is on, Pd starts computing everything connected by audio signals (the thick lines between `~` objects).
Sound Synth
- DAC: In Pd, creating sound with objects like `[osc~ 440]` (a 440Hz sine wave) doesn't mean you'll hear anything until you connect it to `[dac~]`.
- "*~ ":Most commonly, you use this to **control volume** (aka *amplitude*).
- There has to be a space between "~" and the number it leads to
- Filter: lop/hip/bp(Q factor)
- line: receive message and output a ramp (slope)
file:///C:/Program%20Files/Pd/doc/1.manual/index.htm
Youtube @ Sound Simulator