miro salminen
621164c272
Value text label to Metasound AudioMaterialKnob widget
...
#rb Rob.Gay
#jira nojira
#rnx
[CL 32150498 by miro salminen in ue5-main branch]
2024-03-11 04:58:39 -04:00
rob gay
524d0f85fe
Refactor reroute templating in preparation of new templates coming in subsequent changes (i.e. inputs, maybe more node config templates, etc.)
...
#rb phil.popp
#jira UE-194159
#tests AudioUnitTests, engine tests, tested adding, removing, and auditioning reroutes
[CL 32104370 by rob gay in ue5-main branch]
2024-03-07 17:53:25 -05: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
ca3c6d9f4c
[MetaSound Operator Cache] Added defense and warning against calling Remove without a MetaSound source
...
#jira UE-201800
#swarm 32060562
#rb alfaroh.corneyiii
[CL 32068233 by maxwell hayes in ue5-main branch]
2024-03-06 16:52:28 -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
phil popp
89bea1a445
Fix clamping on metasound block rate override
...
#rnx
#jira UE-208569
#rb jimmy.smith
[CL 32003571 by phil popp in ue5-main branch]
2024-03-04 17:47:30 -05:00
rob gay
446e58f9fd
Move operator cache to use async build pipe instead of task graph (follow-up to listed bug fix per initial review feedback)
...
#rb Maxwell.Hayes
#jira UE-201787
#rnx
[CL 31918581 by rob gay in ue5-main branch]
2024-02-29 14:30:15 -05:00
miro salminen
90b67de7bf
AudioMaterialSlider Metasound editor float node
...
#rb Rob.Gay
#jira nojira
#rnx
#virtualized
[CL 31900545 by miro salminen in ue5-main branch]
2024-02-29 02:54:09 -05:00
jimmy andrews
5e5d976da3
fix unreachable implicit "++iterator" in cases where a for-loop was used to just grab the first element of a set or map
...
#rb lonnie.li
#lockdown michael.balzer
[CL 31880424 by jimmy andrews in ue5-main branch]
2024-02-28 14:51:06 -05:00
matthew booth
5ee63ad5f0
[MetasoundEngine] Provide UnwatchOutput API as inverse of WatchOutput operation.
...
#rb charlie.huguenard
[CL 31859188 by matthew booth in ue5-main branch]
2024-02-27 19:26:07 -05:00
miro salminen
bfd3cff6d8
AudioMaterialKnob to Metasound editor float node. Will in the end replace the current Knob, but for now, this is behind CVar for testing.
...
#rb Rob.Gay
#jira nojira
#rnx
[CL 31757356 by miro salminen in ue5-main branch]
2024-02-23 02:40:48 -05:00
maxwell hayes
ff2b0af9aa
[AudioBus] Fix for incorrect clamp at higher channel counts.
...
#rb Aaron.McLeran
#jira UE-204171, UE-205086
[CL 31743178 by maxwell hayes in ue5-main branch]
2024-02-22 18:55:59 -05:00
jonathan bard
cbdc9b3e1c
Created MathCore module, a module meant to regroup all math utils that are not generic enough that they should be in Core (in order not to bloat it) or owned by the foundation team :
...
* Moved directed graph utils from audio to core, in namespace UE::MathCore::Graph
* Renamed Depth/BreadthFirstTraversal to Depth/BreadthFirstNodeTraversal and added Depth/BreadthFirstEdgeTraversal to traverse the graph edges
* Added FindLeaves method to retrieve graph nodes with no children from a starting node
Created MathCoreTests low-level test executable :
* Moved directed graph unit tests there
* Enabled on CIS on all platforms
#tests low-level tests
#rb chris.constantinescu, danny.couture, phil.popp, johan.torp
[CL 31680629 by jonathan bard in ue5-main branch]
2024-02-21 09:41:51 -05:00
christopher waters
5a0e169c6d
Getting more headers compiling solo on Win64.
...
#rb joe.kirchoff, henrik.karlsson
[CL 31663239 by christopher waters in ue5-main branch]
2024-02-20 18:57:35 -05:00
helen yang
71c85d915f
Enable pasting objects and object arrays from the content browser and BP into MetaSound default values
...
#jira UE-200546
#rb rob.gay
[CL 31660795 by helen yang in ue5-main branch]
2024-02-20 18:20:16 -05:00
steve robb
f8d47335a4
Replaced RemoveAt(N, 1, EAllowShrinking::*) with RemoveAt(N, EAllowShrinking::*).
...
[CL 31626444 by steve robb in ue5-main branch]
2024-02-19 16:51:58 -05:00
jake burga
f02a24322d
Metasound Custom Pin Types and colors
...
[REVIEW] [at]charlie.huguenard [at]rob.gay [at]phil.popp
#jira UE-207281
#rb rob.gay, phil.popp, charlie.huguenard
#tests PIE
[CL 31593021 by jake burga in ue5-main branch]
2024-02-16 20:08:53 -05:00
helen yang
631fb69a90
Fix MetaSound trigger parameter being retriggered on realizing virtualized sounds and unneeded parameter updates being cached while virtualized
...
#jira UE-194378
#rb phil.popp, rob.gay
[CL 31590739 by helen yang in ue5-main branch]
2024-02-16 19:32:08 -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
aaron mcleran
9452af4f1a
Taking MetaSound plugin out of beta
...
#rb Maxwell.Hayes
#jira UE-205388
[CL 31586497 by aaron mcleran in ue5-main branch]
2024-02-16 18:43:23 -05:00
nicholas howe
40c961c70e
MetasoundMusicClockDriver thread safety fixes.
...
[REVIEW] [at]buzz.burrowes [at]charlie.huguenard [at]jake.burga [at]robert.rouhani
#rb charlie.huguenard
[CL 31582940 by nicholas howe in ue5-main branch]
2024-02-16 17:20:19 -05:00
sondra moyls
b9bcac5a00
Set automated metasound node tests to be picked up by Enginetest nightly
...
#rnx
[FYI] phil.popp
[CL 31459812 by sondra moyls in ue5-main branch]
2024-02-13 23:00:53 -05:00
rob gay
1e7eb6500f
Minor pool clean-up & additional protections in light of review of last submission
...
#rb maxwell.hayes
#jira UE-201787
#rnx
#tests AudioUnitTests, ran bug repro
[CL 31457867 by rob gay in ue5-main branch]
2024-02-13 20:58:28 -05:00
helen yang
d25eaca957
Fix MetaSound Array Random Get Node not initializing properly
...
#jira UE-206576
#jira UE-206578
#rb phil.popp
[CL 31457323 by helen yang in ue5-main branch]
2024-02-13 20:28:54 -05:00
helen yang
eb9d3810ce
Fix losing namespace when select click renaming MetaSound graph members
...
#jira UE-205979
#rb rob.gay
[CL 31456505 by helen yang in ue5-main branch]
2024-02-13 19:57:45 -05:00