-
-
RayManiac
How can I change the speed of a sound file? For example, if I have a sound like whistle.wav
and I want to make the playback either in slow-motion or in fast-motion. How to do this in Pure Data? -
-
RayManiac
I noticed, the patches only works within their library folder. Even if I declare their libraries in the patch, I can't use the patch outside of the library folder. What can I do?
-
RayManiac
@Balwyn said:
@RayManiac, sorry about that gifwork.pd was looking in the local folder "iemgui" which does not contain the iem_image.dll or the brushed-2.gif.
Replace it with this one
gifwork.pdNow I receive the messages, that all objects can't be created:
C:\Users\My Name\Desktop\New Folder\iem_image.dll: couldn't load
-
RayManiac
Thank you for your patches. I have problems on both patches:
The first patch: I receive the errorimage 1f61c.png ... couldn't create
.
Edit:
I found the error of the first patch: I forgot to install the ggee library.The second patch:
iemgui/iem_image brushed-2.gif 0 0 empty empty ... couldn't create
, although I have installed die iemgui library.
Should I install further libraries? -
RayManiac
I want to insert an image in my patch. I found this thread https://forum.pdpatchrepo.info/topic/8639/how-to-place-images-into-the-patch, but unfortunately the objects are not working. Are there other ways to insert an image in pd or would you recommand to use GEM?
I don't want to use GEM, because it's very buggy.
-
RayManiac
@Baldwyn: Highly thank you! This code is awesome! I didn't know it is possible to do something like that.
-
RayManiac
For example I have five different sounds: sound1.wav, sound2.wav, sound3.wav, sound4.wav, sound5.wav.
I want to play sound2.wav after sound1.wav has finished playing. The same for the following sounds.How to do this in pd?
-
RayManiac
@jameslo said:
@RayManiac Ah, OK, the version that does not load is 8 bit @ 11025 sample rate. I don't know if [soundfiler] can load that format, but I don't see any mention of 8 bit in the help file.
Ah, that could be the reason why the files worked after the conversion.
I converted the wav files with https://online-audio-converter.com/ .Thank you!