Hi.
I’m a complete beginner with Pure Data.
I tried making a very simple FM synth, but I can’t get the feedback to work.
Basically, when I try to route the output of an oscillator back into its input. How would I do something like that?
FM synth feedback
Hi.
I’m a complete beginner with Pure Data.
I tried making a very simple FM synth, but I can’t get the feedback to work.
Basically, when I try to route the output of an oscillator back into its input. How would I do something like that?
@impression You can use [s~] and [r~] to feedback audio to an earlier point in the patch, but there is a one block delay. To minimize that delay, you reduce the blocksize using [block~], but that's incompatible with [adc~] and [dac~], so you have to isolate the feedback portion in a subpatch or abstraction, like this:
audio feedback.pd
Play with different powers of 2 block sizes (e.g. 16, 32, 64) to hear what the delay is contributing.
this video has delread and delwrite
Yea I saw the video, but still couldn`t get it working somehow.
Thank you so much both of you. I think its all working now
Oops! Looks like something went wrong!