problem with feedback~ for phase modulation
I'm making phase modulation synth with rnbo~ and having troubles making oscillator to have feedback loop. There is a difference in sound of self-modulating oscillator with different signal vector sizes when I'm using feedback~ object due to the fact that feedback~ delay depends on vector size. Is there any way to make it consistent? Or I have to make whole synth in gen~?
For per-sample processing, you'll want to use gen~. However, it may be possible to limit the scope of what you need gen~ for. For example, instead of building a multi-operator PM synth in gen~, it could be possible to build just the operator with feedback in gen~ (like in the gen~.feedback_fm patch), and leave the routing and mixing of the operators in ordinary RNBO.
i've tried, though max reports feedback loop when feedback is handled within subpatches