@whale-av said:
new-play-any.pd
I mixed a lot and made many files. I couldn't find it now, but we can proceed through this pd file. new-play-any.pd . I want to do the steps on this pd. I apologize, I had a hard time with this.
sending url to pd file
@whale-av said:
new-play-any.pd
I mixed a lot and made many files. I couldn't find it now, but we can proceed through this pd file. new-play-any.pd . I want to do the steps on this pd. I apologize, I had a hard time with this.
I would like to add reverb but I can't hear any sound
I read your answer in this [post ] (https://forum.pdpatchrepo.info/topic/5349/patching-a-good-reverb/11) but I can't apply
@erhandemirci It is very likely that some of the objects inside the object [reverb282~] do not exist in your installation.
Missing objects will not create and will appear with a dotted line around them instead of a box.
Here are those that were included by the author..... R282.zip
But there will be others missing because the object was built using an old version of Pd.... Pd Extended.
It was 32bit and Pd Vanilla is now 64bit.
So you will need to find the missing objects hoping that they will have been re-compiled for 64-bit.
You can do that by going to the Pd top menu...... Help... Find Externals and looking for them in the search window and then installing the library that appears for your os.
One that will probably be missing is [lp8_cheb~] which is available through that method (it is actually an abstraction but with luck any externals necessary should be included in the library that will be installed).
There might be many missing, and they will be listed in the console, but interspersed with all the other messages. You will need to scroll up the console looking for red ink.
But others might never have been recompiled.
If you are unlucky then try using one of the new reverbs...... [rev1~] [rev2~] rev3~]
David.
thank you David @whale-av
I can hear sound from this PD file in Swift using new-play-any After applying the following steps:
Mono to Stereo,
Adjust Pitch,
Apply Equalization,
Add Reverb,
I created a new PD file named EqAndReverbAndPhasorAddedAndEcho.pd . However, I can't hear any sound from this new PD file in Swift.
Can you help me figure out what I did wrong?
Thanks!
@erhandemirci this.pd
David.
@whale-av thank you. But now there is sound but no sound effects are added
@erhandemirci No idea..... it works for me..... reverb and echo.......
I could not tell whether the EQ was working so I have added [lowpass] controls for the [biquad~]....... and [highpass] and [notch] and others which you could patch into [biquad~] if you wish.
A new.......this.pd
Check for errors in the console in case something is missing.
David.
I can hear sound effects on Pd-0.55-2 but I can't hear sound effects on my swift code .
new-this.pd
[PdBase sendFloat:26 toReceiver:@"revValue"];
I read from swift revValue and send to parameter >>> 16
maybe I need to send another value ? or I have another problem
@erhandemirci Sorry, I know nothing at all about Swift.
After a quick search on the internet it seems that no externals can be used with swift..... so only objects contained within a basic install of Pd (vanilla) will work.
The only objects I can see that will not work are the filter externals...... [lowpass] etc.
That means unfortunately that you will need to calculate the parameters for [biquad~]
David.
Hello, I couldn't do this, it's a pure data file that reads the wav file and only does the "reverb effect"
I created this one and Check for errors in the console
myfile.pd
Console writes :
message:verbose(0): rev1~
message:error: ... couldn't create
message:verbose(0): rev1~
message:error: ... couldn't create
message:warning: array3: multiply defined
message:warning: array3: multiply defined
message:the rest: 4096 1 4 l
message:warning: array3: multiply defined
message:the rest: 4096 1 4 l
I have a request from you, if you have the chance to create it, can you share with me pd file ?
thank you. @whale-av
Oops! Looks like something went wrong!