Oleg Burdaev
Oleg Burdaev
Just realized stopEyeFi() is never called, so does do_Quit in turn. Shouldn't be a shutdown() call for BaseHTTPServer instance? Looks like all daemon and sigterm stuff is working fine but...
I googled for that problem, and found that basehttpserver must be requested from the local host to exit the serve loop. Looks like QUIT method was intended to do so,...
Tested on QNAP with QTS 4.1.1 firmware (x86, ubuntu-based according to /proc/version) with Perl 2.7 Download seems to be fine!
It should work fine on any device with Perl 2.7 IMO, but for sure it's better to wait until someone tested it on any ARM/MIPS NAS.
s_oppitch will save 1 operation, 3 cycles at least, if not countinf additional loads (still uncertain if thy are obligatory for floating-point operations, mul in that case). And will probable...
@aminixduser I'll consider pitch optimization in case we're out of free memory and ought to reduce bank count and/or pitch control via assignable controllers won't fit by performance.
@aminixduser Yep there is an option too. We can even have 3-of-a kind.
FYI 6-op only saves ~700 bytes 4op only saves ~1.2K
Release is not skipped, but most likely release rate curve is inaccurate. Need to perform tests with the reference DX11/TX81Z.
I tried a bit different approach: first check &(ALG_FBK_MASK-1) since we have nothing to do if there are no modulators; then check if not ALG_FBK_MASK else- process feedback; Since I...