Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 05:55
· 141 commits to master since this release

0.1.0 (2021-10-14)

Features

Bug Fixes

Code Refactoring

  • ame::lerp is moved to ame_Math.hpp (a01367b)
  • AudioBuffer related functions are compiled in ame_AudioBuffer.hpp. (ff8bb24)
  • AudioBuffer related functions are compiled in ame_AudioBuffer.hpp. (3163ef4)
  • Oscillator related functions has compiled to ame_Oscillator.hpp (0074aac)
  • Rename string handling header to ame_String.hpp (1952676)
  • rename to ame_Filter.hpp (81da0e6)
  • rename to ame_Random.hpp (6f555dc)
  • Utility functions are combined in ame_Util.hpp (b5415d6)
  • WAVE and PCM related functions are summarized in ame_Pcm.hpp. (0b3d2b2)