Search found 2 matches

by sun2z_emily
Sat Oct 04, 2008 3:36 am
Forum: Newbies & Support
Topic: Filter cutoff, ASM, compile optimization, velocity curve
Replies: 3
Views: 7683

Re: Filter cutoff, ASM, compile optimization, velocity curve

That's strange. The configure script is supposed to detect if the target cpu is an X86, but in you're case it hasn't. If it had, the printout would have been something like "Detected features: MMX SSE SSE2". I found out what's the problem. The configure script did not detect that my cpu is an x86. ...
by sun2z_emily
Fri Oct 03, 2008 3:07 pm
Forum: Newbies & Support
Topic: Filter cutoff, ASM, compile optimization, velocity curve
Replies: 3
Views: 7683

Filter cutoff, ASM, compile optimization, velocity curve

Hello, I have compiled Linuxsampler from cvs (29 sep) and been testing it for a while. But I have a few questions 1 There is a compile time option of max and min filter cutoff frequency. Now, the default is min=100 and max=10000, is it okay if i change it into something like min=20 max=20000. Im cur...