Commit Graph

171 Commits

Author SHA1 Message Date
alfaroh corneyiii
78911fca1c Fix for Modulation Envelope Follower Regression
#jira UE-207045
#rb Aaron.McLeran

[CL 31961584 by alfaroh corneyiii in ue5-main branch]
2024-03-01 18:38:12 -05:00
alfaroh corneyiii
1848066068 Resubmit deprecation after content fixup
#jira UE-198084 UE-205909
#rb Rob.Gay

[CL 31947342 by alfaroh corneyiii in ue5-main branch]
2024-03-01 12:34:35 -05:00
alfaroh corneyiii
ac6f3390e6 [Backout] - CL31853313
[FYI] alfaroh.corneyiii
Original CL Desc
-----------------------------------------------------------------
Remove Deprecation-related issues that came from BP Modulation Destination
#jira UE-198084 UE-205909
#rb Rob.Gay
#lockdown julien.marchand

[CL 31860333 by alfaroh corneyiii in ue5-main branch]
2024-02-27 19:48:32 -05:00
phil popp
d971fa89cf Fix crash when access audio bus subsystem from modulator.
#jira UE-195670

#rb alfaroh.corneyiii

#lockdown julien.marchand

[CL 31858377 by phil popp in ue5-main branch]
2024-02-27 19:12:43 -05:00
alfaroh corneyiii
072e4e70c6 Remove Deprecation-related issues that came from BP Modulation Destination
#jira UE-198084 UE-205909
#rb Rob.Gay
#lockdown julien.marchand

[CL 31858246 by alfaroh corneyiii in ue5-main branch]
2024-02-27 19:11:15 -05:00
rob gay
78b29a4cc1 Fix deprecation warning to be more accurate now that watchers have been redirected
#rb trivial
#rnx

[CL 31493894 by rob gay in ue5-main branch]
2024-02-14 16:31:03 -05:00
rob gay
6148218edd Clean-up Global Mix implementation
- Track global bus mixes in modulation system using ref collector instead of adding to root
- Track mixes directly within the audio worldization subsystem instead of using global mixes
#rb ryan.mangin, alfaroh.corneyiii
#jira UE-206439, UE-206438
[FYI] Sondra.Moyls

[CL 31367441 by rob gay in ue5-main branch]
2024-02-10 12:35:27 -05:00
alfaroh corneyiii
1716211387 Is Control Bus Mix Active BP function
#jira UE-200829
#rb Rob.Gay

[CL 30948794 by alfaroh corneyiii in ue5-main branch]
2024-01-26 18:44:48 -05:00
rob gay
4365eda3ef Backout the backout with fix to borked redirect & missing comment
[Backout] - CL29981306
[FYI] bob.tellez
Original CL Desc
-----------------------------------------------------------------
[Backout] - CL29972401
[FYI] Rob.Gay
Original CL Desc
-----------------------------------------------------------------
Rename SoundModulationWatcher to AudioModulationDestination
#jira UE-198723
#rb alfaroh.corneyiii
[FYI] sondra.moyls
#tests created old type, added to BP, then added redirect and verified old behavior still worked.

[CL 30278979 by rob gay in ue5-main branch]
2023-12-12 17:15:04 -05:00
alfaroh corneyiii
51e5843364 Properly check for valid CBM in SetGlobalBusMixValue
#jira UE-199385

[CL 30021033 by alfaroh corneyiii in ue5-main branch]
2023-11-30 14:58:11 -05:00
bob tellez
86f7bfcc61 [Backout] - CL29972401
[FYI] Rob.Gay
Original CL Desc
-----------------------------------------------------------------
Rename SoundModulationWatcher to AudioModulationDestination
#jira UE-198723
#rb alfaroh.corneyiii
[FYI] sondra.moyls
#tests created old type, added to BP, then added redirect and verified old behavior still worked.

[CL 29981323 by bob tellez in ue5-main branch]
2023-11-28 23:04:05 -05:00
rob gay
07d88759a9 Rename SoundModulationWatcher to AudioModulationDestination
#jira UE-198723
#rb alfaroh.corneyiii
[FYI] sondra.moyls
#tests created old type, added to BP, then added redirect and verified old behavior still worked.

[CL 29972418 by rob gay in ue5-main branch]
2023-11-28 17:33:14 -05:00
alfaroh corneyiii
269a01d279 Modulation Swins
#jira UE-198391, UE-198390, UE-198326, UE-198268, UE-198266
#rb rob.gay

[CL 29727678 by alfaroh corneyiii in ue5-main branch]
2023-11-14 17:37:03 -05:00
alfaroh corneyiii
af2c875374 Remove Unnecessary warning when activating a control bus
#rb Maxwell.Hayes
#jira UE-193223

[CL 29374086 by alfaroh corneyiii in ue5-main branch]
2023-11-02 14:55:23 -04:00
alfaroh corneyiii
1019fc8a2d Fix crash in SetGlobalControlBusMixValue on PIE exit
#jira UE-199385

[CL 29332361 by alfaroh corneyiii in ue5-main branch]
2023-11-01 17:01:35 -04:00
rob gay
a78150828c Fix missing null implementation calls for AudioModulationSystem
#rb rob.gay
#rnx

[CL 29155617 by rob gay in ue5-main branch]
2023-10-26 19:16:58 -04:00
alfaroh corneyiii
e77f8973b4 Modulation debug FString/FName Optimizations
#rb Rob.Gay, miles.flanagan

[CL 29148766 by alfaroh corneyiii in ue5-main branch]
2023-10-26 16:27:48 -04:00
alfaroh corneyiii
7186ad0cfe Clamp Unit range values to be above 0 on Additive Parameter
[CL 28894541 by alfaroh corneyiii in ue5-main branch]
2023-10-18 18:25:25 -04:00
alfaroh corneyiii
cf9a5c21b8 Additive Modulation Parameter
#jira UE-192899
#rb Seth.Weedin, helen.yang

[CL 28891178 by alfaroh corneyiii in ue5-main branch]
2023-10-18 17:14:09 -04:00
helen yang
0ab4260553 Update use of MetaSound FCreateOperatorParams to FBuilderOperatorParams for perf (Part 1)
#jira UE-195871
#rb phil.popp

[CL 28779659 by helen yang in ue5-main branch]
2023-10-13 19:29:51 -04:00
rob gay
33ee7bcc5b Sound Modulation GT/BP Watcher
#rb seth.weedin
#jira UE-197254

[CL 28675961 by rob gay in ue5-main branch]
2023-10-11 14:54:53 -04:00
miles flanagan
7b3862e916 Audio Modulation String operation bandaid
#rb rob.gay
#rnx

[CL 28601280 by miles flanagan in ue5-main branch]
2023-10-09 18:00:44 -04:00
josh adams
aeb5cb1347 - Restoring a backout after fixing the issue that causes the backout
[Backout] - CL27745134
[FYI] stan.hormell
Original CL Desc
-----------------------------------------------------------------
[Backout] - CL27731288 - CIS / Build Errors
[FYI] Josh.Adams
Original CL Desc
-----------------------------------------------------------------
- Deprecated GetSectionPrivate and FindOrAddSection, and accessors in FConfigFile that could return a non-const FConfigSection (this is so we can track modifications to config values)
- Added AddToSection, RemoveKeyFromSection, etc to replace directly accessing a FConfigSection
- Fixed up Epic code for the deprecations (at least the majority, some projects that aren't built by Horde presubmit may have some that we will address going forward)
#jira UE-194955
#rb david.harvey and various others

[CL 27923017 by josh adams in ue5-main branch]
2023-09-15 13:39:02 -04:00
stan hormell
37bad2d07b [Backout] - CL27731288 - CIS / Build Errors
[FYI] Josh.Adams
Original CL Desc
-----------------------------------------------------------------
- Deprecated GetSectionPrivate and FindOrAddSection, and accessors in FConfigFile that could return a non-const FConfigSection (this is so we can track modifications to config values)
- Added AddToSection, RemoveKeyFromSection, etc to replace directly accessing a FConfigSection
- Fixed up Epic code for the deprecations (at least the majority, some projects that aren't built by Horde presubmit may have some that we will address going forward)
#jira UE-194955
#rb david.harvey and various others

[CL 27745141 by stan hormell in ue5-main branch]
2023-09-10 22:58:21 -04:00
josh adams
a8a9a0b759 - Deprecated GetSectionPrivate and FindOrAddSection, and accessors in FConfigFile that could return a non-const FConfigSection (this is so we can track modifications to config values)
- Added AddToSection, RemoveKeyFromSection, etc to replace directly accessing a FConfigSection
- Fixed up Epic code for the deprecations (at least the majority, some projects that aren't built by Horde presubmit may have some that we will address going forward)
#jira UE-194955
#rb david.harvey and various others

[CL 27731364 by josh adams in ue5-main branch]
2023-09-08 17:58:55 -04:00