| chapter
|
description
|
| All | edit | PUREDATA BASICS |
| AudioStreaming | edit | Streaming Audio with PureData What you need This manual will look at streaming mp3 to a streaming server using PureData ( PD ) with Linux. You should have a running ... |
| AudioTutorials | edit | B. Audio Tutorials simple synth simple sequencer simple sampler simple delay |
| BasicAudioPatch | edit | Make a Beep Now we will look at some specific objects and make a PD document that goes beep. Incidently, PD documents are called patches. If we make a PD document ... |
| ConfiguringPD | edit | Configuring PD The main things we want to configure to run PD are the "Startup" flags and the audio and MIDI drivers and settings. After that, we will test the audio ... |
| DataflowTutorials | edit | Dataflow Tutorials Math Hot/Cold Counter Messages $1 Arrays |
| Glossary | edit | Abstraction Aliasing ALSA Argument Array ASIO Audio Driver Bang Bit Depth Canvas Clipping Comment Creation Argument Decibel Delay Dollar Sign Edit Mode External External ... |
| Help | edit | |
| HelpDocs | edit | Help Documentation PD has a very useful feature that provides you with quick information about each type of object. This information is by way of example, and ... |
| InstallingLinux | edit | Installing from Source This process can be tricky, since the package managers usually do a good job of downloading all the libraries that PureData requires it is ... |
| InstallingOSX | edit | Installing on Mac OS X from HC Steiner's PD Extended DMG files. |
| InstallingWindows | edit | Installing on Microsoft Windows Software name : PureData Homepage : http://crca.ucsd.edu/~msp/software.html Software version used for this installation : 0.39 2 ... |
| InterfaceBasics | edit | Getting Started PD is likely to be similar to other software that you have used. By itself it is just an empty application waiting for you to make something with ... |
| Introduction | edit | A. What is PD (text icons) Pure Data (or PD) is a real time graphical programming environment for audio, video, and graphical processing. The core of Pd is written ... |
| Links | edit | none yet |
| ListofObjects | edit | A list of the core Pure Data objects, followed by lists of objects included in various external libraries. Contents: Core Pure Data IEMLib Zexy MaxLib ... |
| OggCast | edit | oggcast~ Oggcast is known as a PureData External, it is not part of the PureData 'native' packages. Oggcast was written by Olaf Matthes. Function Oggcast ... |
| PatchingStrategies | edit | Patching Strategies Send/Receive Subpatches Abstractions Dollar signs Graph on Parent |
| PureGlossary | edit | Glossary (Names of other glossary entries are in bold when they first appear in an entry, while the names of PD objects appear in italics.) Abstraction ... |
| PureLinks | edit | PD Links |
| StartingPD | edit | Now that you have PD installed on your computer, let's have a look at how to get it started and properly configured. Starting PD with the Clickable Icon There are ... |
| TheInterface | edit | The Interface The main PD window Now that we have PD configured and your audio and MIDI are working, let's have a look at the rest of the main PD window. image ... |
| TroubleShooting | edit | Troubleshooting "I don't hear any sound!" First make sure that the box marked "compute audio" is checked in the main PD window. Then check to see that you have selected ... |
| WhatIsDigitalAudio | edit | What is digital audio? Since we'll be using Pure Data to create sound, and since PD treats sound as just another set of numbers, it might be useful to review how ... |
| WhatIsPureData | edit | What is Pure Data? Pure Data (or PD) is a real time graphical programming environment for audio, video, and graphical processing. The core of Pd is written and ... |
| WhatIsRealtimeGraphicalProgramming | edit | What is real time graphical programming? Traditionally, computer programmers used text based programming languages to write applications. The programmer would ... |