diff options
author | Bottinator22 <bottinator22@gmail.com> | 2024-01-02 23:08:51 -0800 |
---|---|---|
committer | Bottinator22 <bottinator22@gmail.com> | 2024-01-02 23:08:51 -0800 |
commit | 91cf2d82515583d7627ce3fd452f81e345918144 (patch) | |
tree | 6d9ea19b3e910ba7e5bb1f2c4bfc9dd2c4dcd516 /source/base/StarMixer.hpp | |
parent | 9e605b182da26bd9fc2f28805d5f08c6764e47a3 (diff) |
Add fork changes (move instruments to their own audio group)
Diffstat (limited to 'source/base/StarMixer.hpp')
-rw-r--r-- | source/base/StarMixer.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/base/StarMixer.hpp b/source/base/StarMixer.hpp index f87f5be..b71a2f1 100644 --- a/source/base/StarMixer.hpp +++ b/source/base/StarMixer.hpp @@ -23,7 +23,8 @@ struct RampedValue { enum class MixerGroup : uint8_t { Effects, Music, - Cinematic + Cinematic, + Instruments }; class AudioInstance { |