Commit Graph

6 Commits

Author SHA1 Message Date
nicholas howe
af051da807 Streaming support for StemsPlayerNode.
Media Streamer Transport Controller Node generates Transport events and controls a MidiClock based on the signals and timing from a Media Streamer Node.
Stems Player Node uses a Media Streamer Transport Controller Node when it has a valid Media Player set as its Media Stream Asset.
Stemmed Music Asset provides the Media Source for the Media Player, and the channel mapping for its channels.

[REVIEW] [at]dan.nottingham [at]chris.evans [at]thomas.engel [at]buzz.burrowes [at]chris.huguenard [at]jake.burga
#preflight 645d76e0b71b8186aa8c6c91

[CL 25445175 by nicholas howe in ue5-main branch]
2023-05-12 06:31:58 -04:00
phil popp
22ac0ad57a Implement MetasoundGraphCore Variable
#rb Rob.Gay
#jira UE-123940
#preflight 6137af632d09b9000130e10e

[CL 17450011 by phil popp in ue5-main branch]
2021-09-07 17:06:42 -04:00
maxwell hayes
033598badf Metasounds: GetWaveDuration node
#rb Aaron.McLeran
#lockdown nick.whiting
#jira UEAU-751
#preflight 606f2b9cee9b4c0001b81399

#ROBOMERGE-SOURCE: CL 15957520 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v787-15839533)

[CL 15975813 by maxwell hayes in ue5-main branch]
2021-04-12 03:48:54 -04:00
phil popp
18a1e4f3a3 Send Receive channel name fix
#rb Rob.Gay
#jira UE-110505
#jira UE-110507
#jira UE-110508
#jira UE-110509
#preflight 604abaa4e68f820001765807

#ROBOMERGE-SOURCE: CL 15685653 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v781-15675533)

[CL 15685671 by phil popp in ue5-main branch]
2021-03-12 00:09:21 -04:00
rob gay
7353b00ec5 Fix bug manifesting in PeriodicTrigger caused by inadvertent implicit casting in FTime ops
- Make addition and subtraction in FSampleCounter require integral types to
    1. Avoid invalid baseless time against sample operations, and
    2. Require client code to be explicit when truncation is ultimately desired
#rb aaron.mcleran
#jira UE-109042
#jira UE-109495

#ROBOMERGE-SOURCE: CL 15587491 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v777-15581079)

[CL 15587509 by rob gay in ue5-main branch]
2021-03-03 16:57:52 -04:00
phil popp
54a3a47d45 Metasound Array Nodes
- Added ArrayGet, ArraySet, ArraySlice, and ArrayConcat nodes
- Array nodes are automatically registered with new data types.
- Moved FTrigger and FTime to MetasoundFrontend module because they are needed for array node registration.
- Added array node unit test
#jira UEAU-713
#rb rob.gay

#ROBOMERGE-SOURCE: CL 15476706 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)

[CL 15476740 by phil popp in ue5-main branch]
2021-02-19 17:05:39 -04:00