Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the denormal problem and how does Max/MSP get around it?

denormal Max MSP problem
0
Posted

What is the denormal problem and how does Max/MSP get around it?

0

The denormal problem is the situation which arises when calculations involving extremely small numbers use a very large proportion of the CPU on x86 processors. These small numbers are most commonly the result of some system with feedback, e.g. a delay line, reverb, or IIR filter such as biquad~, allpass~, comb~, lores~,etc. The MSP filter objects and the times~ object (*~ ) on windows have special code to set these small values to zero. As a precaution, if one were to use tapin~/tapout~ or send~/receive~, one should insert at least one copy of times~ (*~) in the feedback chain to avoid these small numbers.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123