I would like to implement in pure data some Fm synth algorithms and I need to know if my approach is correct.
Let's suppose I have this algorithm:
With pure data, i'm trying to implement it like this:
My concern is about how should I connect operators 5 and 4, i just read some examples of how connect a modulator to carrier (like operators 2 and 1), but never how to connect a modulator to another modulator, so I don't know if I'm doing it properly, with the proper objects ( +~ or *~ ?).
Also you can notice that algorithm have also a sixth operator that I didn't added yet to my patch. Ignore that since I have to ask about feedback and I think I could ask it in another question.
And that dac~ object is only there for testing purposes.