Questions tagged [puredata]

Pd (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical processing.

Pd is free software and can be downloaded either as an OS-specific package, source package, or directly from CVS. Pd was written to be multi-platform and therefore is quite portable; versions exist for Win32, IRIX, GNU/Linux, BSD, and MacOS X running on anything from a PocketPC to an old Mac to a brand new PC. Pd can run on smartphones thanks to projects like libpd and RjDj. It is possible to write externals and patches that work with Max/MSP and Pd using flext and cyclone.

Pd was created to explore ideas of how to further refine the Max paradigm with the core ideas of allowing data to be treated in a more open-ended way and opening it up to applications outside of audio and MIDI, such as graphics and video.

It is easy to extend Pd by writing patches (abstractions; programs within the Pd-language) or object classes (externals; using one of the many language bindings, like C/C++/lua/python/...). The work of many developers is already available as part of the standard Pd packages and the Pd developer community is increasingly growing. Recent developments include a system of abstractions for building performance environments; a library of objects for physical modeling; and a library of objects for generating and processing video in realtime.

For more information visit the website for the project.

158 questions
0
votes
0 answers

Pyata module: Error connecting to localhost:3000: [Errno 10061]

I have successfully checked out pyata from the svn and configured the path variable. But now when I run example.py, as specified in the tutorial here, it gives me this error message: initializing server.pd... Error connecting to localhost:3000:…
gefdel
  • 59
  • 1
  • 7
0
votes
2 answers

Integration between Android and Pure Data

I have written a Pure Data patch, which works on PC (Windows); when I integrate it with Android, an audio file is saved, but it contains no data. I confirmed that the file is there using ES file explorer, and I granted app permissions for recording…
iBharath
  • 31
  • 9
0
votes
1 answer

Unable to get output from Pd library and Android app

I am trying to get a simple Android app working with the Pd library I have integrated within my eclipse environment. I have successfully build and compiled an example project called "CircleOfFifths" which proves that the library has been integrated…
Sahil
  • 1,959
  • 6
  • 24
  • 44
0
votes
1 answer

Android - High phone resource usage causing low volume on one headphone?

I am using libpd (Pure Data) on Android in order to make an application that can be used as a low budget hearing aid. My original design for the "audio engine" had 7 filters, and the volume from both headphones was the same. I changed the design to…
user2457541
  • 105
  • 2
  • 3
  • 11
0
votes
1 answer

Not able to get audio input for simple microphone app

I am in the process of learning out to use libpd with Android and have ran into a problem. I wanted to see if I could get a simple microphone app working. Just an ~adc -> bpfilter -> *2 -> ~dac. I verified that the patched worked with Pure Data and…
user2457541
  • 105
  • 2
  • 3
  • 11
0
votes
0 answers

Libpd configuration in Visual C++ 2010

I'm trying to import and run the C++ sample project coming with the libpd API CppTest within a Visual C++ 2010 project. I imported the C++ API files of libpd, i.e. PdBase, PdReceiver, PdMidiReceiver and PdTypes, with corresponding source files in…
Lorenzo Monni
  • 113
  • 2
  • 9
0
votes
2 answers

Errors in UDP sending in a sub-script (bash)

Using a Raspi/Debian - I have a script that parses the results from an iwlist scan and sends them via UDP to a Pure Data patch. This runs fine in gui mode, but now I'm trying to automate the whole process in another script with the…
0
votes
0 answers

pylibpd in blender game engine

Does anyone know how to implement pure data into blender using the pylibpd-library? I did try it myself but i only got this error when trying to import the module. Is it by any chance possible at all? I am using the mac version of blender 2.7.…
0
votes
1 answer

libpd for iOS Mach-O linker errors

I'm using libpd in a universal iOS app, working with iOS 7 and Xcode 5.0.2. libpd works as expected (can load and interact with Pd patches), but I'm having trouble using external objects. Here's the error message I'm seeing: Ld…
Jason McDermott
  • 411
  • 6
  • 9
0
votes
1 answer

Pure Data pix_film filmQT: Could not initialize quicktime

I'm using Pd-extended on Microsoft Windows. When trying to put the object [pix_film], I get this error: filmQT: Could not initialize quicktime: error -2093 What is the problem? How to fix it? I really need video functionality, as I'm learning how…
manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216
0
votes
1 answer

eclipse, could not find PdCore.apk when trying to install libpd

could not find PdCore.apk error when compiling. I've followed instructions from: http://createdigitalnoise.com/discussion/1415/eclipse-could-not-find-pdcore-apk and here: https://github.com/libpd/libpd/issues/22 I've got all the SDK's of android.
Lau Llobet
  • 577
  • 7
  • 21
0
votes
2 answers

How can I send audio from Processing to ChucK/Pure Data over OSC?

I have a Processing program which derives a string of information which will eventually be turned into sound. This is similar to how photo sounder works, or metasynth, where pixels are turned into sound. I am hoping to be able to stream a portion of…
nosarious
  • 309
  • 1
  • 12
0
votes
1 answer

libPd XCode Sound Issue

Hi everyone, I've made a patch with pure data to load and play samples that will then be loaded into xcode with libpd. This all works fine but when I run the xcode project I only get sound from the right channel of my headphones. I'll…
user1892540
  • 211
  • 1
  • 4
  • 8
0
votes
1 answer

What is the generic term for a node/link programming interface?

There are several (many?) programming/design systems where the user constructs a (node-edge) graph to represent the algorithm, and can then run the resulting algorithm to obtain results. The two examples that I know off the top of my head…
Dave
  • 7,555
  • 8
  • 46
  • 88
0
votes
1 answer

Cannot run libpd app

I'm new to libpd. I downloaded the pd-for-ios and installed as required. Then opened up a sample xcode project in the folder, and successfully compiled the project. Then When I try to run the app on either my iPad or on Simulators, it won't run.…
1 2 3
10
11