[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 • Sixth step of >>>STEREO<<< taking a LONG TIME!
Page 1 of 1

Sixth step of >>>STEREO<<< taking a LONG TIME!

Posted: Sun Feb 05, 2017 7:23 am
by forum
Up until now, a Moselle patch could take ONE final output waveform from all the voices, and do whatever further processing on that the patch wanted.

I've added the ability (actually in the next release will be replacing it with the ability) to sum ANY variable from all the voices--and do so for multiple variables.

As a concrete example, say you wanted to have a patch-level distortion and distort all voices together. Now you can have each voice produce multiple different outputs and run seperate distortions.

This isn't just for stereo/multichannel output, but it was related, so I'm doing it as part of the Stereo project.

And unfortunately it's requiring some deep changes, that are taking some time. However they should result in a performance increase for some kinds of patch, ultimately.