DSP load balance with polyphony

A place for developers to share ideas and assist each other in solving problems.

Moderators: valis, garyb

Post Reply
DragonSF
Posts: 405
Joined: Sun Nov 08, 2015 4:28 pm

DSP load balance with polyphony

Post by DragonSF »

I'm trying to go from mono- to polyphony. I'm encountering - as expected - a lot of problems (i.e. DSP overload). But something seems to be wrong:
I've split my module into 2 modules having 16 partials each. In mono-mode, the load looks normal/balanced:
Monophone.png
Monophone.png (41.88 KiB) Viewed 5409 times
In polymode (2 voices, 1 module is assigned to DSP 16 the other to 17), the load looks unbalanced:
polyphone(2).png
polyphone(2).png (39.89 KiB) Viewed 5409 times
Any idea, how to solve this? In this situation, no sound can be produced. DSP seems to bead locked.
DragonSF
Posts: 405
Joined: Sun Nov 08, 2015 4:28 pm

Re: DSP load balance with polyphony

Post by DragonSF »

Somehow, the problem solved itself. Load is now 4000 on both DSPs without the infamous sat connection error.
Post Reply