Hi all,
Long time lurker, first time poster!
I am working on a simple two operator FM synth, it is monophonic right now.
I am familiar with poly~. I have made simple polyphonic synths before but working with two operators is making this very difficult for me. I am struggling with encapsulating the two OPS into one 'voice'. The issue is that the OPS have UI elements (ADSR, RATION, VOL, etc) that I don't want tucked away in an abstraction. Is there a way to use poly~ with a b.patcher or something? I thought about making inlets and outlets for all the parameters but that seems like a pain and there has got to be a better way, well thats what I am hoping you guys can help me with.
I am really lost, any help would be much appreciated. The FM_Synth patch is attached.