-
-
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.. :/