Skip to content

Releases: AkiyukiOkayasu/ame

v0.3.0

12 Nov 06:49
Compare
Choose a tag to compare

0.3.0 (2021-11-12)

Features

  • Add getRMSLevel() to AudioBuffer and AudioBlockView class (09ebd79)
  • Add Wavetable oscillator (6949508)
  • Added support for the float type by changing ame::Wrap to a template class. (64329f4)

Code Refactoring

  • Add const to "samplingPeriod" (df83a98)
  • Change to default initialize and change type to float (b11f45f)
  • �Use braced initializer list instead of initialize to zero explicitly. (d94928f)
  • Use default of non implemented destructor. (37269c4)

Styles

Documentation

v0.2.4

27 Oct 13:59
Compare
Choose a tag to compare

0.2.4 (2021-10-27)

v0.2.3

21 Oct 07:02
be8cd72
Compare
Choose a tag to compare

0.2.3 (2021-10-21)

Documentation

v0.2.2

21 Oct 05:21
Compare
Choose a tag to compare

0.2.2 (2021-10-21)

Bug Fixes

  • CMake include directory (a8f9b95)

v0.2.1

21 Oct 04:45
Compare
Choose a tag to compare

0.2.1 (2021-10-21)

Bug Fixes

  • Resolve the lack of "inline" (907e3bb)

v0.2.0

21 Oct 02:54
Compare
Choose a tag to compare

0.2.0 (2021-10-21)

Features

Bug Fixes

  • update CMake minimum requirements to 3.14 (ad39c76)

Code Refactoring

  • Clarification of language specifications (d416aea)

Documentation

v0.1.2

14 Oct 08:16
Compare
Choose a tag to compare

0.1.2 (2021-10-14)

Code Refactoring

  • remove unnecessary includes. (b2e2a95)

v0.1.1

14 Oct 07:53
bfca377
Compare
Choose a tag to compare

0.1.1 (2021-10-14)

Bug Fixes

Documentation

v0.1.0

14 Oct 05:55
Compare
Choose a tag to compare

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)

v0.0.16

12 Oct 17:47
db3641c
Compare
Choose a tag to compare

0.0.16 (2021-10-12)