Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.0] - 2024-02-18

Added

  • Editor - Add support for re-parenting a node
  • Editor - Add support for changing switches on preview/listener GameObject
  • Sound Bakery - Add switches/int parameters
  • Sound Bakery - Switch containers choose child containers based on switches
  • Sound Bakery - Properties have min/max values to clamp set values
  • Sound Chef - Simple "Play Sound" API with sounds and sound instances
  • Docs - Fix Roadmap title in doxygen

Changed

  • Sound Bakery - IntParameter is now named NamedParameter

Fixed

  • Fixed compilation on MacOS and Linux

[0.1.0] - 2023-01-10

Added

  • Sound Bakery - Initial commit
  • Sound Chef - Initial commit
  • Editor - Initial commit