-
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