aminixduser
aminixduser
Another option to save on code space would be to split the FM64 to FM6 and FM4, or whatever names you want to give them.
that's quite a large code growth. would it be possible to put most of the process in functions to reduce the growth, that would probably impact speed w/ extra loads...
if you are looking for a algorithm bit mask bit, you can use the ALG_MOD1_MASK bit because it isn't used. Operator 0 is never a modulation or feedback source.
how about this... compile and take a look, more branches, but I think it could save cycles depending on how good branch prediction is. This would use goto and a...
Nice work, that is a good improvement! I had another idea pop in my head. Why not use the MOD1_MASK bit, change its meaning to "NO_MOD and NO_FB" that way...
I have figured out a way to load a user oscillator on Ubuntu, though this should work any linux system that logue-cli will run on. Use the "-d" switch with...
@schollz That's a great way, I should have thought of the tail -n1 to get the last line as many times as I've used it. I rarely use sed, but...