Commit Graph

103 Commits

Author SHA1 Message Date
aurel cordonnier
d17d20ca36 Merge from Release-Engine-Test @ 16758890 to UE5/Main
This represents UE4/Main @ 16738161 and Dev-PerfTest @ 16737719 (and Release-17.00 @ 16658211)

[CL 16763350 by aurel cordonnier in ue5-main branch]
2021-06-23 17:51:32 -04:00
miles flanagan
b18399394c Add submix listener side-chaining to MultibandCompressor submix effect
#rb Rob.Gay
#jira none

[CL 16662389 by miles flanagan in ue5-main branch]
2021-06-14 15:09:53 -04:00
alfaroh corneyiii
5cd66f25df Add Mid-Side Encode/Decode nodes to Metasounds
#jira UE-117034
#rb maxwell.hayes aaron.mcleran phil.popp

[CL 16650554 by alfaroh corneyiii in ue5-main branch]
2021-06-11 22:14:31 -04:00
helen yang
69dd93049f Flanger DSP object and corresponding Metasound node
#rb aaron.mcleran, jimmy.smith
#jira UEAU-801
#preflight 60c28ee61ab0310001cdcaa9

[CL 16633115 by helen yang in ue5-main branch]
2021-06-10 19:39:27 -04:00
jimmy smith
d34edaf4ab Fix for "Pink Noise Generator not generating full frequency spectrum"
#jira UE-114996
#robomerge Release-5.0-EarlyAccess,Private-Frosty
#codereview maxwell.hayes,aaron.mcleran

[CL 16553433 by jimmy smith in ue5-main branch]
2021-06-03 17:16:09 -04:00
Zak Middleton
15b6189369 #ue5 - LWC: move more audio DSP types to just use the float version in all builds.
#jira none

[CL 16490516 by Zak Middleton in ue5-main branch]
2021-05-27 15:52:47 -04:00
Maxwell Hayes
dca1c2e00d Fix for inconsisnent use of defines for vector register alignment (elements vs bytes)
#rb Phil.Popp
#jira nojira

#preflight 609af8112032ee000111f1ee

[CL 16284234 by Maxwell Hayes in ue5-main branch]
2021-05-11 19:02:01 -04:00
Andrew Davidson
3ddc3a4da3 Merge up from //UE5/Dev-LargeWorldCoordinates
#rb none

[CL 16211417 by Andrew Davidson in ue5-main branch]
2021-05-05 15:07:25 -04:00
Rob Gay
7a7793e767 Deprecate more AlignedFloatBuffer callsites and use FAlignedFloatBuffer
#rb trivial
#rnx
#preflight 60918ea390631e0001d41516

[CL 16198391 by Rob Gay in ue5-main branch]
2021-05-04 16:05:46 -04:00
phil popp
46ae18b8f3 Fixing missed samples in linear interpolation resampler
#jira UE-113298
#rb Max.Hayes
#lockdown Nick.Whiting

#ROBOMERGE-SOURCE: CL 16014506 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v789-15992632)

[CL 16021833 by phil popp in ue5-main branch]
2021-04-15 11:24:11 -04:00
Dan Thompson
f66af76132 SIMD linear resampler for mono/stereo #rb fabian.giesen phil.popp
#preflight 60761e93f705df00018038dd

[CL 15997844 by Dan Thompson in ue5-main branch]
2021-04-13 19:37:16 -04:00
aaron mcleran
d29f67d7d3 Fix for two sources of NaNs which caused audio dropouts once the NaNs infected reverb and pops in other cases.
#rb Phil.Popp, Maxwell.Hayes
[FYI] Dan.Reynolds
#lockdown Nick.Whiting
#jira UETOP-1052

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

[CL 15989782 by aaron mcleran in ue5-main branch]
2021-04-13 10:35:04 -04:00
Marc Audy
01b7c9f4f5 Merge UE5/RES @ 15958325 to UE5/Main
This represents UE4/Main @ 15913390 and Dev-PerfTest @ 15913304

[CL 15958515 by Marc Audy in ue5-main branch]
2021-04-08 14:32:07 -04:00
maxwell hayes
979833bbf6 MetaSounds: fixing crash w/ sample & hold + midi quantizer
#rb Phil.Popp
#jira UE-112981
#lockdown Nick.Whiting
#preflight 606d0117963d8400010c2be3

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

[CL 15937679 by maxwell hayes in ue5-main branch]
2021-04-06 23:20:55 -04:00
maxwell hayes
20a6311256 CIS static analysis fix (unreachable code): Removed a stale & reachable "you shouldn't get here" assert at the bottom of FMidiNoteQuantizer::QuantizeValueToScaleDegree().
#rb trivial
#jira UE-112689

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

[CL 15901957 by maxwell hayes in ue5-main branch]
2021-04-02 11:33:41 -04:00
maxwell hayes
3c2f8161d8 Metasound: Midi Note Quantization node
#rb Aaron.McLeran
#jria UEAU-769, UEAU-761

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

[CL 15897344 by maxwell hayes in ue5-main branch]
2021-04-01 18:38:40 -04:00
rob gay
36a81be5ba - WavePlayer Clean kabaam & Jira Jam
- Only report wave format errors (i.e. when there is no valid wave or the wave is not mono/stereo)
    - Apply equal-power for stereo upmixing mono files
    - Make headerless
    - Fix log spam when swapping input type to WaveAsset (or any UObject proxy for that matter)
#jira UE-110491
#jira UE-111612
#rb maxwell.hayes
#preflight 605d14045e87c40001e019c2

#ROBOMERGE-SOURCE: CL 15837889 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v785-15821902)

[CL 15837891 by rob gay in ue5-main branch]
2021-03-25 23:30:50 -04:00
maxwell hayes
d9620d708c Fixing pitch zippering in wave player node
#rb Aaron.McLeran
#jira nojira

#ROBOMERGE-SOURCE: CL 15803704 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v783-15756269)

[CL 15808133 by maxwell hayes in ue5-main branch]
2021-03-24 16:42:09 -04:00
miles flanagan
390cc998bb MetasoundWaveShaper Node
- New metasound node that runs a waveshaper on incoming audio
- Adding Bias and more shapes to the DSP waveshaper class

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

[CL 15699113 by miles flanagan in ue5-main branch]
2021-03-15 14:53:00 -04:00
jimmy smith
5a644693dd Metasound Noise Generators (pink, white)
#rb aaron.mcleran phil.popp
#jira UEAU-720

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

[CL 15619902 by jimmy smith in ue5-main branch]
2021-03-04 20:00:39 -04:00
Marc Audy
9753392e2b Merge UE5/RES CL# 15462083 to UE5/Main
This represents UE4/Main @ 15414221

[CL 15463811 by Marc Audy in ue5-main branch]
2021-02-18 18:13:28 -04:00
Maxwell Hayes
e0b979ac02 Metasound Filters
#rb aaron.mcleran
#jira UEAU-694

[CL 15281575 by Maxwell Hayes in ue5-main branch]
2021-02-02 13:50:22 -04:00
Maxwell Hayes
5afd6b944c Making clear distinction between GetAbsoluteAverageAmplitude and GetAverageAmplitude in buffer vector ops.
#jira nojira
#rb Phil.Popp

[CL 15187887 by Maxwell Hayes in ue5-main branch]
2021-01-25 17:26:35 -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
Tim Smith
c08600bb24 Fixing PVS 7.7 Issues:
warning V614: Uninitialized variable 'XYZ' used. Consider checking the fifth actual argument of the 'ZYX' function.

#rb trivial
#jira UE-91644

[CL 15066641 by Tim Smith in ue5-main branch]
2021-01-13 10:14:45 -04:00