DSP Module No Longer Compiles On Linux After April 17th commit

You shouldn’t be using jmin with an explicit template type - just write jmin (a, b) and make sure the args have matching types.

Also avoid roundf, it’s a C function, not C++. use std::round() instead.

1 Like