Commit Graph

143 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
alfaroh corneyiii
dc5dd317b2 Add 4 math/conversion nodes to Metasounds
LinearGainToDecibels, DecibelsToLinearGain, PitchScaleToSemitones, SemitoneToPitchScale
#jira UE-118306, UE-118307, UE-118308, UE-118309
#rb aaron.mcleran max.hayes phil.popp

[CL 16746122 by alfaroh corneyiii in ue5-main branch]
2021-06-22 14:13:09 -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
aurel cordonnier
e0ad4e25df Merge from Release-Engine-Test @ 16624776 to UE5/Main
This represents UE4/Main @ 16579691 and Dev-PerfTest @ 16579576

[CL 16625248 by aurel cordonnier in ue5-main branch]
2021-06-10 13:13:24 -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
aurel cordonnier
43fa62fcd8 Merge from Release-Engine-Test @ 16487383 to UE5/Main
This represents UE4/Main @ 16445039 and Dev-PerfTest @ 16444526

[CL 16488106 by aurel cordonnier in ue5-main branch]
2021-05-27 13:40:37 -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
Dan Thompson
73e27f3121 adding include guard #rb none
[CL 16022317 by Dan Thompson in ue5-main branch]
2021-04-15 11:56:48 -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
phil popp
7f76e47a04 Fix Metasound pop when looping audio
#jira UE-112985
#lockdown Nick.Whiting
#rb Maxwell.Hayes
#preflight 606f364c812f1500016c558a

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

[CL 15975821 by phil popp in ue5-main branch]
2021-04-12 03:49:32 -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
nuno leiria
0cfc5dac45 Remove DLLEXPORT from header enums.
They are not necessary and clang generates errors.

#rb luke.thatcher

[CL 15956158 by nuno leiria in ue5-main branch]
2021-04-08 11:32:15 -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
3b13acf441 Non-unity fix: Added missing include to midi note quantizer
#rb trivial
#okforgith public
#jira UE-112796

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

[CL 15920942 by maxwell hayes in ue5-main branch]
2021-04-05 14:55:31 -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