Commit Graph

333 Commits

Author SHA1 Message Date
rob gay
d4a40a92af Trivial: Fix ensure when promoting In value to input from Trigger on Threshold
- Move ensure to warning as implicit cast won't necessarily induce a bug

#jira UE-224637
#rnx
#rb rob.gay
[FYI] sondra.moyls, helen.yang, jon.huller
#p4v-cherrypick 36460708

[CL 36460726 by rob gay in 5.5 branch]
2024-09-19 19:56:05 -04:00
rob gay
ab1ecdcf8b Add missing static cast to inform literal of proper type initialization when initializing TriggerOnValueChangeNode template input
#jira UE-224046
#rb rob.gay
#rnx
[FYI] sondra.moyls, jon.huller
#p4v-cherrypick 36336610

[CL 36336917 by rob gay in 5.5 branch]
2024-09-17 11:31:56 -04:00
Ryan Hummer
4af2fd066d Updating Dev-Release-5.5 from Main at CL #36144969
#okforversepublic

[CL 36146571 by Ryan Hummer in Dev-5.5 branch]
2024-09-10 10:26:02 -04:00
mark meijer
df1cc5402b Gather text from source, resolve macro has an empty source text (.cpp files)
#jira UE-176755
#rb eric.boucher, Leon.Huang, Jamie.Dale

[CL 35914164 by mark meijer in ue5-main branch]
2024-08-30 01:19:51 -04:00
mark meijer
fa81eaa7da Gather text from source, resolve warnings for mismatching LOCTEXT_NAMESPACE; string literals not correctly terminated; and duplicate keys(identifiers)
Resolving conflict on Dev-FN-31 (one file)

#jira UE-176755
#rb eric.boucher, Leon.Huang, Jamie.Dale

[CL 35913609 by mark meijer in ue5-main branch]
2024-08-30 00:39:28 -04:00
phil popp
f6686172dd Speculative fix for rare switch and ramp node crash
#rnx
#jira UE-209777
#rb ryan.challinor

[CL 35877472 by phil popp in ue5-main branch]
2024-08-28 15:24:58 -04:00
lauri gurevicuis
8f053f8419 Fixing pin order
#jira UE-190433

[CL 35589393 by lauri gurevicuis in ue5-main branch]
2024-08-16 05:03:51 -04:00
lauri gurevicuis
b15a6afda9 UE-190433 - Need to allow users to reset delay line audio data.
#rb helen.yang
#jira UE-190433

[CL 35557469 by lauri gurevicuis in ue5-main branch]
2024-08-15 03:13:21 -04:00
lauri gurevicuis
97f9d494f1 UE-216214 - [Workflow Improvement] - Add autoconversion nodes when making connections for advanced MetaSound types
#rb Rob.Gay
#jira UE-216214

[CL 34599047 by lauri gurevicuis in ue5-main branch]
2024-06-24 03:21:48 -04:00
buzz burrowes
40e62c09bf Add Trigger Compare (MusicTimestamp) Node using template in metasound code lib. Required a tweak to a Metasound header that was approved by Phil Popp
[REVIEW] [at]phil.popp [at]charlie.huguenard
#rb charlie.huguenard, phil.popp

[CL 34313055 by buzz burrowes in ue5-main branch]
2024-06-12 12:55:53 -04:00
brandon schaefer
e64748d3de Disable the top modules that are not currently set to enable AutoRTFM
#rb neil.henning

[CL 34015003 by brandon schaefer in ue5-main branch]
2024-05-30 17:59:48 -04:00
charlie huguenard
1f23b03f9d [Metasound] Just use late reflections for plate reverb node. Back out changes to plate reverb and early reflections, no longer necessary.
#jira UE-215689, UE-215746
#rnx
#tests Metasound editor

#virtualized

[CL 33940981 by charlie huguenard in ue5-main branch]
2024-05-28 10:41:37 -04:00
charlie huguenard
5a67b1a605 [Metasound] Plate reverb node + optimized stereo, non-interleaved render
#rb ryan.mangin
#tests automated tests
[RN] New MetaSound node: Plate Reverb (Stereo)

#virtualized

[CL 33869530 by charlie huguenard in ue5-main branch]
2024-05-23 14:31:11 -04:00
steve robb
2e9845a876 Added FMath::WrapExclusive which gives more expected results for integral types.
Deprecated FMath::Wrap for integers and moved existing code over to using FMath::WrapExclusive instead.
Rewrote tests for FMath::Wrap to be more obvious and implemented some for FMath::WrapExclusive too.

#rb fabian.giesen
#jira UE-213441

[CL 33319288 by steve robb in ue5-main branch]
2024-04-30 01:03:26 -04:00
helen yang
c80e121ee1 Fix frequency clamp in MetaSound Low Pass Filter node
#jira UE-208960
#rb sondra.moyls

[CL 33319132 by helen yang in ue5-main branch]
2024-04-30 01:02:13 -04:00
dmytro vovk
6dd8ca803b Removed redundant memcpy in MetaSound math node Audio::TMathOpMultiply<>::Calculate()
#jira UE-212483
#rb phil.popp

[CL 33042309 by dmytro vovk in ue5-main branch]
2024-04-17 13:53:00 -04:00
helen yang
506cf74df4 Fix frequency interpolation in MetaSound low pass filter node
#jira UE-208960
#rb maxwell.hayes

[CL 32071947 by helen yang in ue5-main branch]
2024-03-06 18:15:35 -05:00
maxwell hayes
7b9dd2177b [metasound] optimization for mixer node (avoid memset / memzero)
#rb phil.popp
[FYI] Helen.Yang

[CL 32030306 by maxwell hayes in ue5-main branch]
2024-03-05 14:25:25 -05:00
aaron mcleran
1a5c131a7d Adding constructor pin to grain delay node for max delay
#rb Maxwell.Hayes
#jira UE-168960
[FYI] sondra.moyls

[CL 31589986 by aaron mcleran in ue5-main branch]
2024-02-16 19:22:49 -05:00
cody albert
6a75a84515 Fixed TriggerDelay node to only fire after the most recent execution of the input trigger
#jira UE-183510

#rb phil.popp

[CL 30849050 by cody albert in ue5-main branch]
2024-01-24 12:05:18 -05:00
cody albert
6ad8dcbe43 Fixed issue where FloatADSREnvelope node would drop to 0 for one cycle on trigger release if the trigger is not at the top of a block
#rb Maxwell.Hayes

[CL 30813146 by cody albert in ue5-main branch]
2024-01-23 14:23:18 -05:00
marc audy
a88b71c8b7 Fix/silence C4702 warnings
#rnx

[CL 29883627 by marc audy in ue5-main branch]
2023-11-22 01:04:15 -05:00
marc audy
763a611985 Fix C4072 warnings
#rnx

[CL 29852844 by marc audy in ue5-main branch]
2023-11-20 17:26:53 -05:00
maxwell hayes
cd1fdd0c33 [metasound builder] low-hanging fruit pre-allocation of containers and moving Stringbuilding / FName conversion to static init.
#rb Jordan.Cristiano, Aaron.McLeran
#rnx

[CL 29548374 by maxwell hayes in ue5-main branch]
2023-11-07 21:33:28 -05:00
maxwell hayes
7229618552 [Metasounds] Optimize memory allocations in DSP objects for recycled metasounds.
#rb Aaron.McLeran
#jira UE-150771, UE-199176

#swarm https://p4-swarm.epicgames.net/reviews/29150979

[CL 29298167 by maxwell hayes in ue5-main branch]
2023-10-31 19:12:26 -04:00