-
omer1789
So I have try to use the serial_print object in PD on my Raspberry Pi 2. I've downloaded the serial_print folder and placed it inside external folder in pd.
I've restart pd and reboot pi and the object is not recognized. I also try to add another path to that specific folder (in which the serial_print object is located) and still - object is not recognized.
Those adding external to pd on Raspberry pi is different process?
Thanks for any help!
edit:
Ok, it bis working when specify the path to the folder within the externals.
I don't know why the external folder itself (which is the default path) is not enough for recognizing the externals in that folder -
omer1789
Does Raspberry Pi 2 Model B is enough to run Pure Data with a patch that play multiple audio files and some processing such as delay, reverb etc ?
Or better to have Raspberry Pi 3 ? -
-
omer1789
So I've looked into Else. He have so many great stuff!!
his scala object output the name of the scale an a list of frequencies based on the ratios or cents?
my question is how can I generate a list of 127 frequencies of that list so I could later play those frequencies using a midid keyboard or something similar
here is an example of the max object that is outputting 127 frequencies above and below middle C based on the chosen scale ratios/cents
-
omer1789
Thanks, I will look into it.
I wanted to ask as well: Does PD have something equivilant for gen~ in max to processes a audio at 1 sample delay? -
omer1789
but is there any abstraction that can handle those files and generate a list of frequencies out of it?
-
omer1789
Hi,
Is there an external for reading a scl files for micro tuning scales ? same as in max msp object scl.readeror - anyone explored micro tuning scales in pd?
thanks -
omer1789
@whale-av Thanks.
What is the difference between using pipe and delay ? -
omer1789
It worked! thanks for that!
When I toggle between 1 (audio is playing) and 0 (audio is paused) there is a sudden click in sound. I would like to created a small envelope for avoiding that clicks. How can I do so?
here is my patch:
-
omer1789
So I found where is all located:
In the application folder I pressed right-click on the Pd app:then inside it:
I copied all the "Resources" folder to the Pd folder located in "Documents"
I then add the "Resources" folder to the pd path search.
Still - the reverb abstraction is not recognized!Is there anyone with Mac that can help with the above?
-
-
omer1789
I am using list prepend and append objects but I can't transfer the data inside the sound filer object
-
omer1789
Do I need to connect the read message of arrayL to a soundfiler object? It seems it won't load it to the array.
It seems the answer is Yes
assuming I have a multiple audio files in a folder and I would like to load a difference audio file based on a bang, how can I do so?
I try that method but it seems $1 won't replace the path name I try to load
-
omer1789
Does the tabread4~ object can play stereo files?
Or in order to do so I must duplicate my whole patch for the right channel ? -
omer1789
ok, thanks for your explanation! I think I will just add another inlet to pass the argument.
I was wandering if it is possible to send a data from outside the pd subpatch and receiving it inside the pd subpatch using the "r" or "receive" object?
edit: indeed possible!
-
omer1789
Yes, I have saved the patch close pd and reopen it. Still not working
-
omer1789
Why does my pd have that name?
(from the application folder):
Maybe I have wrong version of pd?
I search into the "finder" for the folder and for the specific reverb patch from that folder and could not find it! very strange.
-
omer1789
I've added $1 inside my pd subpatch and it seems to not work
-
omer1789
I'm also using pd vanilla downloaded from here:
my pd folder is placed in Documents and the only folder I have inside my main pd folder is externals
-
omer1789
I have a small subpatch
I would like that the number I write next to the word "timer" (in that case 20), will pass into the abtsraction itself , so instead of "$0" it will be 20 (or any other number I will decide to place)
Is the above possible in pd?
Thanks