Skip to content

Releases: AkiyukiOkayasu/ame

v1.0.0-rc5

18 Dec 13:52
Compare
Choose a tag to compare
v1.0.0-rc5 Pre-release
Pre-release
feat: Add float and double type support for almost class and functions

v1.0.0-rc4

18 Dec 13:04
Compare
Choose a tag to compare
v1.0.0-rc4 Pre-release
Pre-release
fix: Template type of const float causes a compile error.

v1.0.0-rc2

17 Dec 07:30
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
refactor: Internal implementation of WavetableOscillator class has be…

v1.0.0-rc1

16 Dec 08:19
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
feat: Add freeverb

v0.6.0

18 Nov 13:30
Compare
Choose a tag to compare

0.6.0 (2021-11-18)

Features

  • When using C++20, ame::cosf() uses McLoughlin expansion at compile time to find the value. (cfbc43f)

Bug Fixes

  • Chunk class could not initialize when using C++20 (4f25afe)

Continuous Integration

v0.5.0

18 Nov 12:29
Compare
Choose a tag to compare

0.5.0 (2021-11-18)

Features

  • When using C++20, ame::sinf() uses McLoughlin expansion at compile time to find the value. (cae151b)

Documentation

v0.4.2

15 Nov 07:48
Compare
Choose a tag to compare

0.4.2 (2021-11-15)

Bug Fixes

v0.4.1

15 Nov 07:36
Compare
Choose a tag to compare

0.4.1 (2021-11-15)

Bug Fixes

v0.4.0

15 Nov 07:30
Compare
Choose a tag to compare

0.4.0 (2021-11-15)

Features

  • getLength() to Wrap (0b4d149)
  • Sampling rate of the WavetableOscillator class can now be changed (795a272)
  • SineWaveOsc class's phase is can be changed. (07cd18e)
  • WavetableOsc is now referenced by Wavetable (b1f398b)

Bug Fixes

Documentation

Code Refactoring

  • Add "const noexcept" to Wrap::get() (849b8d3)

v0.3.1

12 Nov 07:21
Compare
Choose a tag to compare

0.3.1 (2021-11-12)

Bug Fixes

  • Fixed bug with frequency of Wavetable oscillator being incorrect (bdf0cf6)