puredata Questions

4

Solved

I've created a simple text-based escape the room game in Python, with the intention of embedding a Pure Data patch (via libPd) in order to playback a different soundfile (this will later be replace...
Cnut asked 3/7, 2013 at 16:56

1

Solved

I am trying to send messages from Pure Data to Python (to display on an SSD1306 OLED). Someone suggested I use sockets. They also provided the following Python code: import socket s = socket.socke...
Tampere asked 18/4, 2020 at 6:56

1

Solved

I'm trying to compile LibPD and I am receiving a CMake error message. I have scourged the net for solutions dealing with this problem on Mac, but have found none that are from the past 10 years. I ...
Autophyte asked 8/2, 2019 at 6:28

2

Solved

I'm in need of figure out a way of changing the phase of a signal. Objective is to generate two signals with one phase changed and observe the patters when combined. below is the program I'm using...
Faria asked 21/7, 2016 at 4:40

2

Solved

I am trying to simulate an ocean sound automatically on Pure Data. So far I have accomplished to achieve a very basic sound by filtering some noise with a [bp~]. I have seen that the best range of ...
Richey asked 14/5, 2015 at 19:23

1

I know there are some tools out there for using Pure Data(Pd) within Python, so you can program and use Pd without using its GUI. I was wondering if anyone has tried the opposite. I want to send se...
Gyniatrics asked 22/4, 2015 at 0:43

3

Solved

I've got this simple patch: Now I connected a game controller to Pd where the keys give me 1 or 0 depending whether I press the button or not. If I press my button I want the osc~ to "play" and...
Solfeggio asked 1/7, 2014 at 12:26

2

Solved

I'm just starting out with Pd, and want to know what factors I consider in choosing between using Pd vanilla vs. Pd-extended.
Wirth asked 10/2, 2013 at 2:11

2

I'm trying to receive a message sent over OSC from Pure Data (or Max/MSP) to MATLAB. I'm able to send OSC messages from Pure Data to Pure Data I can send messages from MATLAB to MATLAB I can even...
Hinch asked 13/6, 2013 at 0:4

1

Solved

I've tried searching on this and everything seems to assume more knowledge on the subject than I have. I've downloaded this PureData external: https://github.com/badgeek/fux_videoglitch , and I thi...
Dote asked 27/4, 2013 at 18:7

4

Solved

I'd like to use Pure Data as a prototyping tool for my own library. I found out that Pure Data patches are written in C, but my library is written in C++. So how can I use this code in pure data? S...
Carnivorous asked 7/10, 2011 at 17:57

4

Solved

I am learning Python because it appeals to me as a mathematician but also has many useful libraries for scientific computing, image processing, web apps, etc etc. It is frustrating to me th...
Latinity asked 19/6, 2009 at 4:4
1

© 2022 - 2024 — McMap. All rights reserved.