-
blurryface
Hey all,
I have this bioinformation.csv file. How can I use this information to control an oscillator frequency?
Thanks
-
blurryface
There are a number of videos on YouTube of people using guitars and microphones on the Pure Data and they sound really good.
e.g:
video 1 -->
video 2 -->
video 3-->How do I connect a guitar and a microphone, using the Behringer U-PHORIA UMC202HD board and having good sound quality?
-
blurryface
I have the following Patch on Pure Data. In it, I want to send the value of the number object to a pipe in Lua, using the foo object (which I created using pd-lua).
This is the foo object code --> foo.pd_lua
This is the Lua pipe code --> scriptb.luaCan anyone help me to find out the error?
-
blurryface
I have the following code. I am sending, via network and OSC protocol, the values 0 and 1. My goal is that when the value 1 is received, trigger the green bang and start playing the wav file. When 0 is received, trigger the red bang and terminate execution.
How to do this? -
blurryface
I have the following patch. It must be able to store the slider values in a text file. Afterwards, I will read these values using the Lua language, with the code also sent below.
However, when I change the slider, no value appears in the terminal that executes the Lua code. I know the Lua code is correct because I can read the file when I send it from another Lua file instead of Pure Data.Pure Data patch:
Lua code:
-
blurryface
Hello Pure Data community
I know this is not a question directly related to Pd, but I think you guys can help me. How to open MobMuPlat Editor in Linux Ubuntu 20.04?
Thanks
-
blurryface
@whale-av Thanks for the quick response. It was a very accurate and helpful explanation of latency in Pure Data
-
blurryface
Hello PD community
We all know that there is sound latency when using Pure Data. My question is more theoretical: where does this latency come from? which property of Pd is it related to? How to measure it?
Thank you for your help
-
blurryface
@whale-av Another quick question. Can I open the subpatch using a bang?
-
blurryface
@whale-av Thank you, David.
This seems to solve my problem -
blurryface
@ingox Thanks for the quick response.
I want to open and change the name of this subpatch over the network, no need to click on it to open
-
blurryface
Dear Pure Data Community,
I have the following patch which contains a subpatch with a simple oscillator running at a frequency of 440Hz.
As you can see, I named my subpatch [pd $1] so that I can change its name from the message. However, I am not able to do it that way.
Could you help me? -
blurryface
@alexandros Great! I didn't know this tool. I was trying with Libpd. I will try and update you with the news.
New tips and advice are appreciated.
-
blurryface
I have the following code in Pure Data
It sends the audio from a microphone to the network, at address 127.0.0.1, port 3000 (in this case, to my own computer). Is it possible to replace this command with Python code where I don't need to open Pure Data to connect Patch? Code examples or articles that help me with this are welcome
-
blurryface
Good morning!
I'm new here on the forum and on Pure Data and I have a question.
How do I send an OSC message to a message box?I have this patch:
[mrpeach/net/udpreceive 3005]
|
|
[osc/unpackOSC]
|
|
[osc/routeOSC /connection]
|
|
[message box]But when I send the OSC message (through a Python script, which I got thanks to another post here on the forum), it doesn't reach the message box.
So how can I do this?