• erhandemirci

    I can hear sound effects on Pd-0.55-2 but I can't hear sound effects on my swift code . Screenshot 2025-01-22 at 7.27.46 pm.png
    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

    posted in technical issues read more
  • erhandemirci

    @whale-av thank you. But now there is sound but no sound effects are added

    posted in technical issues read more
  • erhandemirci

    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!

    posted in technical issues read more
  • erhandemirci

    I would like to add reverb but I can't hear any sound

    play-reverb.pd
    @whale-av

    I read your answer in this [post ] (https://forum.pdpatchrepo.info/topic/5349/patching-a-good-reverb/11) but I can't apply

    Screenshot 2025-01-21 at 10.43.15 pm.png

    posted in technical issues read more
  • erhandemirci

    @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.

    posted in technical issues read more
  • erhandemirci

    I had the audio analyzed in chatgpt and it said we needed to add these to the original audio. I added them but couldn't produce any results.

    1. Convert Mono to Stereo
      Steps:
      Use [adc~] to capture the input signal.
      Create two outputs with [dac~ 1 2] to output audio to stereo channels.
      Use [*~] and [phasor~] objects to add slight differences in the left and right channels for stereo enhancement.
    2. Adjust Pitch or Time
      Pitch Shift:
      Use [phasor~] as a base waveform.
      Process the audio through a pitch-shifting module using [tabread4~] or granular synthesis techniques.
      Optionally, add a [vslider] or [hslider] to control pitch.
      Time Compression:
      Implement a simple time-stretching algorithm with [delwrite~] and [delread4~].
      Adjust delay times to compress the duration.
    3. Apply Equalization
      Steps:
      Use [biquad~] to build a parametric equalizer.
      Boost specific frequencies:
      High frequencies: Use [hip~] or [biquad~] with a high-pass filter configuration.
      Mids: Add a peak filter in [biquad~].
      Low frequencies: Use [lop~] to attenuate the bass.
      Chain filters as needed to create a full EQ.
    4. Add Reverb
      Steps:
      Use [freeverb~] (available in many Pd libraries) for a basic reverb effect.
      Adjust room size, damping, and wet/dry mix for subtle ambiance.
      Alternatively, build a custom reverb with [delwrite~], [delread4~], and feedback loops.
    5. Stereo Effects (Optional)
      Chorus/Delay:
      Use [delwrite~] and [delread4~] with slightly modulated delay times for a chorus effect.
      Add LFO modulation with [osc~] to vary the delay time periodically.

    if possible to can you help please
    Thank you @whale-av David

    posted in technical issues read more
  • erhandemirci

    @whale-av Thank you so much David. Awesome .

    posted in technical issues read more
  • erhandemirci

    Thank you David @whale-av . I used so-far.pd as a result of echo and pinch myWork.mp3 my voice became like this. But I want it to be like this resultMustBe.mp3 .
    What I need for that ? thank you .

    original sound : orjinalSound.wav

    posted in technical issues read more
  • erhandemirci

    thanks David @whale-av . Awesome. eechocompleted.pd we solved the echo with your advice. Only the pitch remained.
    sorry for too many questions. How can I add pitch ?
    Thank you .

    posted in technical issues read more
  • erhandemirci

    Now I wanted to add echo, I think I did it right

    echoTry.pd

    Screenshot 2025-01-16 at 22.44.09.png

    posted in technical issues read more

Internal error.

Oops! Looks like something went wrong!