How do you optimize the DSP usage?

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

Moderators: valis, garyb

Post Reply
Guest

Post by Guest »

I really don't know why some good sounding devices uses less DSP than some crappy devices?
what is the differece between the V3.1 pulsar mixer and V3 pulsar mixer? Why in v3.1 it uses less DSP?
musquash
Posts: 83
Joined: Tue Oct 09, 2001 4:00 pm
Location: good ol' Germany

Post by musquash »

maybe they got rid of some redundant algorithms. also some algorithms can be replaced with far more efficient ones (i.e. to calculate the sum of the numbers 1-100 you can
1.: 1+2+..99+100
2.: 0.5n(n+1) where n=100
where the second solving way uses far less cpu power)
it's not always obvious at the first glance what's the best algorithm, that's why updates tend to be more efficient :wink:
Post Reply