diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2023-01-04 23:18:17 -0800 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2023-01-04 23:18:17 -0800 |
commit | 58a18ab3c0126337d17939b5060fce28a39b8cf1 (patch) | |
tree | 37b4abf4525f955a18165ec059890738a56db661 /core/mixer.cpp | |
parent | 078b50e0ed6a0b89aa2e1f84bbbebbf24b885a4e (diff) |
Add a simple wrapper to call the mixer function
Diffstat (limited to 'core/mixer.cpp')
-rw-r--r-- | core/mixer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mixer.cpp b/core/mixer.cpp index e03e06e4..b98a2532 100644 --- a/core/mixer.cpp +++ b/core/mixer.cpp @@ -13,7 +13,7 @@ struct CTag; -MixerFunc MixSamples{Mix_<CTag>}; +MixerOutFunc MixSamplesOut{Mix_<CTag>}; std::array<float,MaxAmbiChannels> CalcAmbiCoeffs(const float y, const float z, const float x, |