I've just been trying to get my head around the [poly~] object. I started off making a simple polyphonic additive synth like NI's Absynth but I've just discovered some strange [poly~] activity. I have an adsr being operated by the [function] object which drives a line segment within the [poly~] subpatch. However this adsr is being triggered every time a midi note is being input even though it is in no way connected to the line segment or the [function]. Why is this happening? It's really put a block on an otherwise simple project. I've included my patch as a zip. Any help would be greatly appreciated. (Bare in mind that this is still the very beginning of my synth)
Strange Poly~ Object
→2 posts by 2 people-
1 month ago
-
Not sure that I have well understood the problem, but <midiin> is connected with the <pack> via <send voc> and <receive voc>. In this manner when you play a note <pack> gets a bang and outputs his list.
But if you don't trigger the adsr the synth doesn't play.
regards max1 month ago
Reply
You must log in to post.