Skip to content

Releases: YuzukiTsuru/lessampler

lessampler alpha 0.1.3

20 Jul 12:00
Compare
Choose a tag to compare

For trial use only

Add

  • Add Model Version Check
  • Blank wav generates blank audio
  • Added timer function
  • Added AMP method when modeling
  • Add AMP parameter settings

Fix

  • Fix Audio data lost
  • Solve the frequency reduction in the low frequency range

Full Changelog: alpha.0.1.2...alpha.0.1.3

lessampler alpha 0.1.2

03 Jul 09:10
Compare
Choose a tag to compare

For trial use only

What's Changed

Full Changelog: alpha.0.1.1...alpha.0.1.2

lessampler alpha 0.1.1

06 Jun 12:53
Compare
Choose a tag to compare

For trial use only

  • Changed to only generate files for those needed in the render #6
  • Config fex file add f0_mode comment
  • Add some debugs

Full Changelog: alpha.0.1.0...alpha.0.1.1

lessampler alpha 0.1.0

05 Jun 07:19
Compare
Choose a tag to compare

The first fully usable version, But there are still many problems unresolved

For trial use only

  • Support UTAU Interface
  • Support off-source synthesis
  • Support pitch transformation and stretching
  • Support fast synthesis, support configuration files
  • Support interface calls

Full Changelog: alpha.0.0.4...alpha.0.1.0

Introduce Shine transformation parameter model to unify multi-interface parameters

03 Jun 04:27
Compare
Choose a tag to compare

Introduce Shine transformation parameter model to unify multi-interface parameters

What's Changed

Full Changelog: alpha.0.0.3...alpha.0.0.4

lessampler Support for multi-threaded modeling

27 May 15:45
Compare
Choose a tag to compare

lessampler Support for multi-threaded modeling

Full Changelog: alpha.0.0.2...alpha.0.0.3

lessampler Support Single-threaded audio modeling

27 May 14:51
Compare
Choose a tag to compare

lessampler Support Single-threaded audio modeling

Full Changelog: alpha.0.0.1...alpha.0.0.2

Fix pops due to uninitialized sequences

24 May 00:54
Compare
Choose a tag to compare
Pre-release

Build. MSVC 2022 Windows x64

Source: https://github.com/YuzukiTsuru/lessampler/blob/master/test/AudioProcessTest.cpp

What's Changed

New Contributors

Full Changelog: https://github.com/YuzukiTsuru/lessampler/commits/alpha.0.0.1

Supports the most basic UTAU usage

24 May 00:50
Compare
Choose a tag to compare
Pre-release

Support the most basic UTAU use, support pitch parameters. This is just a basic test.

Build. MSVC 2022 Windows x64

Source: https://github.com/YuzukiTsuru/lessampler/blob/master/test/AudioProcessTest.cpp

What's Changed

New Contributors

Full Changelog: https://github.com/YuzukiTsuru/lessampler/commits/alpha.0.0.0