Commit Graph

18 Commits

Author SHA1 Message Date
Maxwell Hayes
fc30ee3173 Fixed issue with WavePlayerNode not retriggering if the sound had finished.
#rb Ryan.Mangin, Phil.Popp
#jira none

[CL 15277339 by Maxwell Hayes in ue5-main branch]
2021-02-01 21:03:37 -04:00
phil popp
86732c1ec4 Update Metasound Graph Core Metadata
- Rename FNodeInfo to FNodeClassMetadata
- Add FGuid to Metasound node instances
- Metasound node class names are now Namespace.Name.Variant
- Add displayname for Metasound node classes.
#jira UE-107332
#jira UEAU-660
#rb Rob.Gay

[CL 15253779 by phil popp in ue5-main branch]
2021-01-28 19:02:51 -04:00
Rob Gay
960ad09c4a Stoppin' the fun boppin' (Final... hopefully... rename of bop to trigger)
#rb phil.popp
#jira none

[CL 15221646 by Rob Gay in ue5-main branch]
2021-01-27 15:54:01 -04:00
Maxwell Hayes
d1e5800155 Add pitch control to Wave Player Node
#jira UEAU-621
#rb none

[CL 15176867 by Maxwell Hayes in ue5-main branch]
2021-01-25 06:10:37 -04:00
Maxwell Hayes
ba092db701 SRC distortion fix in MetaSound Wave Player Node
#jira UEAU-621
#rb trivial

[CL 15175812 by Maxwell Hayes in ue5-main branch]
2021-01-24 20:17:50 -04:00
Maxwell Hayes
36dc9ec1f2 Metasound wave player node
#rb Aaron.McLeran
#jira UEAU-615

[CL 15175555 by Maxwell Hayes in ue5-main branch]
2021-01-24 16:12:59 -04:00
Maxwell Hayes
b35f0909e8 Metasounds: Having IOperator::GetInputs() and GetOutputs() return by value instead of reference to avoid storing extra data on the operator objects.
#jira none
#rb Phil.Popp
#rnx

[CL 14884776 by Maxwell Hayes in ue5-main branch]
2020-12-08 19:34:18 -04:00
phil popp
8ed8f12dc9 Metasound metadata. Adding metadata to node info and adding static registration
#rb Rob.Gay
#jira UEAU-487

[CL 14810613 by phil popp in ue5-main branch]
2020-11-24 15:24:29 -04:00
Rob Gay
1f3e4b4aa6 Fix static registration issue (has to be done after class implementation. TODO: add static analysis warnings to circumvent this)
#rb jimmy.smith
#jira none

[CL 14782599 by Rob Gay in ue5-main branch]
2020-11-18 17:34:04 -04:00
phil popp
c7b77ffea5 Update input node and extend metasound data factory to support literals
#rb Aaron.McLeran
#jira UEAU-487

[CL 14654928 by phil popp in ue5-main branch]
2020-11-04 14:26:37 -04:00
jimmy smith
d64cf3ea4e Prevent against NULL inputs in WavePlayerNode, which stop EngineTest crashing in the case of bad arguments.
#rb trivial

[CL 14399524 by jimmy smith in ue5-main branch]
2020-09-25 16:12:21 -04:00
phil popp
5e1bbd0bb4 Metasound Bop implementation
#jira UEAU-496
#rb Rob.Gay

[CL 14322411 by phil popp in ue5-main branch]
2020-09-15 16:06:12 -04:00
jimmy smith
b94352b0da Fixing -Wc++11-narrowing warning as errror CIS in WavePlayerNode.
#rb none

[CL 14275635 by jimmy smith in ue5-main branch]
2020-09-08 19:41:08 -04:00
jimmy smith
39745ac8ae WavePlayer Backcompat with old ICompressedAudioInfo
#rb ethan.geller phil.popp aaron.mcleran
#jira UEAU-591

[CL 14275071 by jimmy smith in ue5-main branch]
2020-09-08 18:12:55 -04:00
phil popp
3c6080ac38 Added FVertexInterface and reworked existing INode interfaces
Added FNodeFacade to simplify writing nodes and reduce coding errors.
#rb Ethan.Geller
#jira UEAU-568

[CL 14171493 by phil popp in ue5-main branch]
2020-08-24 10:57:03 -04:00
jimmy smith
c62d5bf8d4 Renaming FindCodecByFromParsingInput to FindCodecByParsingInput
#rb trivial

[CL 14086295 by jimmy smith in ue5-main branch]
2020-08-11 17:33:39 -04:00
Marc Audy
a7c9001a94 Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
#rb
#rnx

[CL 14075271 by Marc Audy in ue5-main branch]
2020-08-11 01:36:57 -04:00
jimmy smith
885b64d1c0 Add module name to Registration Macro and move Wave types to MetaaoundEngine
#rb ethan.geller phil.popp rob.gay aaron.mcleran
#jira UEAU-548

[CL 14052147 by jimmy smith in ue5-main branch]
2020-08-06 16:10:06 -04:00