-
-
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?
-
KMETE
@alexandros said:
your search path is called pd-cyclone-master, whereas you're trying to load an object from a path called cyclone. Either change the name of the pd-cyclone-master directory to cyclone, or the path in the object name to pd-cyclone-master.
I have both in the search path and in the external folder/ see attached:
-
KMETE
I put the cyclone library in my external folder in pd but it still not find objects from that library. See attach files.
How can I solve it?
Thanksserach path:
-
-
KMETE
Is there anyway to do this in pd? (8n 8nt 16n 16nt 4n 4nt)
-
KMETE
@ddw_music said:
@KMETE said:
In Max MSP when using Mac/pc the [makenote] object is using the internal sound engine of the computer(?)
It might be easier to roll your own note player in Pd.
Any example for a simple midi player in Pd?
Is there any transport and tempo object in PD same as in max?
-
KMETE
@whale-av said:
@KMETE Midi objects are part of Pure Data...... it has [makenote] even.
In Max MSP when using Mac/pc the [makenote] object is using the internal sound engine of the computer(?) and therefore playing a sound. do you know if this will be the same with Raspberry pi 2 ?
-
KMETE
Thanks you both,
I hav downloaded the Gem library and place it in my search path:but for some reason I'm getting this error:
-
KMETE
I have a max patch that I would like to transfer to pd and to run it on Raspberry pi.
The max patch is playing a video file that is manipulated ( its rate of playing and jumping frames) based on an input from an external mic). in addition to a midi voice that is playing via the internal sound engine of the computer using [makenote] object.
Is the two things above (playing and manipulating video and playing midi sounds) are possible on pd?
What should I look for?
Thanks
-
KMETE
where can I found the above object?
I install sexy library but pd can't find the object.