Page 1 of 1

cant remember something.

Posted: Sun Aug 17, 2008 11:46 am
by Neutron
how do i change the polyphony in the sdk when im testing a synth?
i think i looked at all the relevant modules for a value to change

Re: cant remember something.

Posted: Sun Aug 17, 2008 12:44 pm
by Shroomz~>
Use the DynVoicesOfParent module for Poly sections. In the module attributes for your device you can also set the number of voices.

Re: cant remember something.

Posted: Sun Aug 17, 2008 2:30 pm
by Jah Servant
that's good to know, nice one.
There are so many little things with sdk that sometimes take so long to figure out and it's so simple in the end. At least for me, it's all a big learning curve.

Re: cant remember something.

Posted: Sun Aug 17, 2008 3:04 pm
by Neutron
Oh yeah thats it thanks again!
Now i have found another stramge problem. if i have polyphony of 3, then no problem but if i raise it to more than that then every nth note (n = number of polyphony) the sound is different. i think it might be to do with loading on a different DSP?

i have narrowed it down to a particular atom. when i take it out the problem is gone

Re: cant remember something.

Posted: Sun Aug 17, 2008 3:19 pm
by ReD_MuZe
rightclick -> attributes -> OnsameDSP ->yes

Re: cant remember something.

Posted: Sun Aug 17, 2008 3:58 pm
by Neutron
ReD_MuZe wrote:rightclick -> attributes -> OnsameDSP ->yes
I had tried that but the atom i thought was causing the problem was not. it was the mixer after it. and that seems to have done the trick.