-
KMETE
@whale-av What is the latest version PD for Raspberry pi2?
I re install pd on my Pi2 and the version I got is 0.51.4 -
KMETE
for some reason the object [file] is grayd out on my pd on my Pi. Where can I download it?
my pure data version is 0.51.4 -
-
KMETE
is there an object that can output the patch of where the patch is located at?
-
KMETE
Thanks for suggestion!
I use urn pd version and it works fine!! -
KMETE
btw- is there an object that output random numbers without repetition? same as urn in Max?
-
-
-
KMETE
I'm using Raspberry Pi and an Arduino to read button presses.
I have a folder with 10 or so WAV files.
I would like that when button is pressed a random file will be playing from the beginning to end. Only when file finished a new press will active a new random file.How can I implement that with PD?
Thanks
-
-
KMETE
I'm using Raspberry Pi 2.
I have folder with 20 or so audio files.
I have one button that I'm reading via Arduino into Pure Data
I want that when pressing the button it will play track 1. another press will start track 2 even if track 1 did not finished and so on.
So basically one button to toggle between al track that are inside the folder.
If track finished it will stop and system will wait for next press.What is the smartest way of doing so?
thanks
-
KMETE
Great thanks!
How can I automatically open the dac~ when patch is load? (start the audio) -
KMETE
Sometimes when using the scope~ object it is not easy seeing the waves in place. Is there an option to reeze the scope~? I look in the help file and did not see
Thanks
-
KMETE
I updated pd to the latest version and it solves it!!
I used 0.53 until now that i'm using 0.55-1 -
KMETE
Are the objects you need actually within another folder inside cycone or pd-cyclone-master?
Yes they are..
-
KMETE
btw - the issue is only with cyclone externals. I just put ielmib without issue.
-
KMETE
this is my path: /Users/studio/Documents/Pd/externals/cyclone
I put like this:
[declare /Users/studio/Documents/Pd/externals/cyclone]Not working. I might did it the wrong way?
-
-
KMETE
@alexandros said:
@KMETE OK, you have pd-cyclone-master in your search paths, but you're trying to load [cyclone/scope~]. What happens if you just try to load [scope~] (no "cyclone" prefix)?
No working.. :/
-
KMETE
@willblackhurst said:
if you load it from dekken , it asks you to set the path etc you could try dekken and at least see what options you get.
What does it means load it from dekken?