Commit Graph

34 Commits

Author SHA1 Message Date
phil popp
3630b1b011 MetasoundEnvironment static analysis warning fix
#jira UE-103337
#rb none
#rnx

[CL 14778520 by phil popp in ue5-main branch]
2020-11-18 13:06:46 -04:00
phil popp
f3768afb81 Metasound Envorinment Variable
#rb Rob.Gay
#jira UEAU-487

[CL 14766414 by phil popp in ue5-main branch]
2020-11-17 17:52:08 -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
phil popp
351ac0f35c Fixing some build issues from auto converter node by adding TDataReferenceFactory
#jira none
#rb Max.Hayes Rob.Gay

[CL 14578725 by phil popp in ue5-main branch]
2020-10-26 13:39:01 -04:00
Ethan Geller
74b3b5c05b #jira UEAU-480
Initial implementation of the metasound transmission systems, as well as send and receive nodes.
#rb phil.popp

[CL 14272158 by Ethan Geller in ue5-main branch]
2020-09-08 14:13:51 -04:00
phil popp
92c2a770de Ignoring metasound data reference type id
#rb trivial
#jira UEAU-496

[CL 14248912 by phil popp in ue5-main branch]
2020-09-02 18:06:56 -04:00
phil popp
6f76060972 Remove need for magic number.
#jira UEAU-496
#rb Rob.Gay

[CL 14236807 by phil popp in ue5-main branch]
2020-09-01 16:35:28 -04:00
phil popp
719812d779 Fix bug in FGraphLinter which looks for duplicate input connections.
Created a unit tests for FGraphLinter.
#jira UEAU-590
#rb Ethan.Geller

[CL 14189593 by phil popp in ue5-main branch]
2020-08-26 12:09:52 -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
Ethan Geller
2ee51b0fa1 #jira UEAU-544
Support for UObject literals in metasounds.
#rb phil.popp

[CL 14109099 by Ethan Geller in ue5-main branch]
2020-08-13 19:07:41 -04:00
phil popp
81a1f9d6e4 Adding validation checks and better error reporting to FOperatorBuidler
#jira UEAU-499
#rb Max.Hayes

[CL 14107958 by phil popp in ue5-main branch]
2020-08-13 17:37:43 -04:00
phil popp
7bb58980d9 Adding essential metasound directed graph algorithms.
#rb Ethan.Geller
#jira UEAU-499

[CL 14071071 by phil popp in ue5-main branch]
2020-08-10 16:02:31 -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
phil popp
b1b85c5950 Adding Trajan algorithm to find graph cycles
#jira UEAU-499
#rb Rob.Gay

[CL 13979549 by phil popp in ue5-main branch]
2020-07-30 15:37:08 -04:00
Ethan Geller
2350082524 #jira UEAU-543
Extract registry-related metasound files to Metasound Frontend, and move our core node library to MetasoundCoreNodeLibrary.
#rb phil.popp
#fyi phil.popp, jimmy.smith

[CL 13957102 by Ethan Geller in ue5-main branch]
2020-07-28 13:58:29 -04:00
jimmy smith
e6f1d043b0 Build Fix for FramesPerExecute getting renamed GetNumFramesPerBlock
#rb trivial

[CL 13956592 by jimmy smith in ue5-main branch]
2020-07-28 12:49:25 -04:00
jimmy smith
7991cb51e5 Fix UBT warning
#rb trivial

[CL 13956033 by jimmy smith in ue5-main branch]
2020-07-28 11:59:45 -04:00
jimmy smith
39351317e9 Beginings of WavePlayerNode and Wave Metasound types and unit tests
#rb ethan.geller rob.gay phill.popp
#jira UEAU-548

[CL 13955898 by jimmy smith in ue5-main branch]
2020-07-28 11:45:27 -04:00
phil popp
3a7dbc25bd Update metasound operator settings to enforce SIMD alignment on frame counts
#rb ethan.geller
#jira UEAU-490

[CL 13948180 by phil popp in ue5-main branch]
2020-07-27 14:12:55 -04:00
Ethan Geller
529318d783 #jira UEAU-524
Implement UMetasoundSource, Archetype registry, and implement Archetype support in the metasound editor.
#rb rob.gay, phil.popp
#fyi rob.gay, phil.popp

[CL 13940440 by Ethan Geller in ue5-main branch]
2020-07-23 20:32:26 -04:00
phil popp
257263c184 Operator builder errors and unit test
#jira UEAU-493
#rb Aaron.McLeran

[CL 13932698 by phil popp in ue5-main branch]
2020-07-23 11:42:17 -04:00
Rob Gay
ab72512ab2 Implement Translation Layer between Metasound Document Model & EdGraph Part 1
- Build EdGraphNodes from registry
- Display Metasound Metadata in custom details panel
- Fix namespacing
- Add input/output nodes scaffolding to MetasoundEditorGraph
#jira UEAU-527
#rb ethan.geller

[CL 13926036 by Rob Gay in ue5-main branch]
2020-07-22 14:52:03 -04:00
Ethan Geller
1abcce90d8 #jira none
fixup for missing dllexport.
#rb none

[CL 13903385 by Ethan Geller in ue5-main branch]
2020-07-20 21:29:35 -04:00
Ethan Geller
2960b7679a #jira UE-95593
Fix for linker error on string literal on linux. Move implementation of the string literal from DECLARE_METASOUND_DATA_TYPE to REGISTER_METASOUND_DATATYPE.
#rb phil.popp, rob.gay

[CL 13902707 by Ethan Geller in ue5-main branch]
2020-07-20 20:32:01 -04:00
Ethan Geller
b1ae05b243 #jira UE-95581
Fix missing includes for windows strict compile.
#rb none

[CL 13896137 by Ethan Geller in ue5-main branch]
2020-07-20 13:14:38 -04:00