osu-framework
osu-framework copied to clipboard
Add support for nested AudioMixers
This functionality is a pre-requisite for applying processing to groupings of audio channels in Lazer, and affords the ability to chain mixers with different processing/effects.
Utilising this capability, a GlobalMixer
has been added (which TrackMixer
and SampleMixer
are now routed into). This will allow for monitoring of the final summed audio output and for any final audio processing to happen just prior to output.