Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Beta 2025.5.13.1407

From Resonite Wiki
Revision as of 07:53, 14 May 2025 by J4 (talk | contribs) (add new version (via SublimeText.Mediawiker))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Beta 2025.5.13.1407 is a Resonite version released on {date}.

The following notes were sent by Frooxius:

Hello everyone! I got another build for you! This has a number of Awwdio fixups, with some more coming soon, plus some new spatial variable goodies!

New Features:

  • Add operators & lerping to quantity types
    • This allows them to be used with numeric spatial variable sampler (requested by @mpmxyz, issue #4314)
  • MasterVolume is now applied after all mixing and effects, rather than before (requested by @Lux, issue #4297)
    • This ensures that various effects like reverb will be fully muted when you lower the master volume to 0 %
    • It also makes sure that audio volume cannot stack past certain level and become too loud
  • Added SphereGradientVectorVariable (based on request by @EmergencyTemporalShift, @ShadowX, issue #4271)
    • This is a float3 spatial variable whose value at each point within the sphere is a vector that points to the center of the sphere
    • The magnitude of the vector can be controlled from edge to center
  • Added ValueSpatialVariablePartialDerivativeDriver & SampleSpatialVariablePartialDerivative (requested by @Lux, issue #4277)
    • These will compute a partial derivative of a numeric spatial variable by sampling along each axis with small distance
    • The distance can be controlled by SamplingDistance - it must be positive and non-zero
    • Component version allow ths sampling to occur in global or local space of the slot it's on

Locale:

  • Merged Polish locale update by @FoxoBread
  • Merged Mongolian locale update by modimobeikete

Fixes:

  • Fixed Awwdio system crashing when deleting audio clip players (based on report by @Redd (evil mentor), issue #4317 and @Modern, issue #4170)
  • Fixed legacy RandomAudioClipPlayerBase components rolloff converting incorrectly (reported by @Zyro, issue #4300)
  • Fixed incorrect playback calculations with negative playback speeds, causing artifacts and stopping playback (reported by @Nytra, issue #4299)
  • Fixed audio clip players sometimes playing the beginning of the clip briefly when they end (based on report by @fulgens, @Kresny, @Nytra, issue #4341)
  • Fixed uneceesary double-sorting when sampling numeric spatial variables (reported by @mpmxyz, issue #4334)
  • Fixed exception when trying to stop already disposed audio device (found in a log from @GreyFoxen, issue #4316)