[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 561: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 617: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Forum • Alpha #10 making progress slowing down more!
Page 1 of 1

Alpha #10 making progress slowing down more!

Posted: Wed Jul 26, 2017 6:37 am
by forum
Good news bad news. Good news is that I have the first simple patch completely working in the new "turbo mode" (Technically, Turbo Mode compiles the user patch into machine language, as opposed to merely interpreting it.)

The bad news is that I've come up with several great but complicated performance improvements to envelopes and especially LFOs that I want to make before I continue work on Turbo Mode. (In essence, turbo mode is so complicated that I want to absolutely finish a module and carve it in stone before further modification.)

I've also long had qualms about the Filter, which was the second or third module I wrote, back when I knew nothing about sound software :-) . As with LFO and Envelope, I don't want to implement Turbo Mode on the Filter then change the filter later. I need to make whatever change I make NOW, THEN continue Turbo Mode.