Skip to content

Anklang 0.3.0

Latest
Compare
Choose a tag to compare
@tim-janik tim-janik released this 30 Jun 02:31
· 28 commits to trunk since this release

Anklang 0.3.0

Full Changelog: v0.2.0...v0.3.0

Hardware and System Requirements

  • Linux - the Anklang deb and AppImage are based on Ubuntu 20.04.
  • Packaged sound engine binaries support SSE-only or AVX+FMA optimizations.

Documentation

Fixed Bugs

  • Choices are not rendered properly in device view #59
  • Focus, shadow DOM, submenus, buttons and input elements #55
  • Unify and fixate srcdir and builddir #54
  • UI websocket death on invalid UTF-8 #49
  • Insertion order doesn't work, every device is inserted at end #46
  • Inserting Reverb after BlepSynth has no effect #24

Closed Issues

  • Build breaks: cp: ./ls-tree.lst: No such file or directory #18
  • Freeverb Default Settings #23
  • LV2: currently we need a X11 display since the Gtk Thread is unconditionally started #35
  • LV2: unique device name generation duplicated with CLAP #34
  • loop player #39
  • Negative frame offsets in MidiEvent #26
  • Shebangs in *.sh files are wrong #17

Merged Pull Requests

Synthesis Devices

  • Fixed race condition in LiquidSFZ device loader thread. swesterfeld
  • Improved Freeverb device with sample accurate parameter changes, mix optimization, and smoothing for automation. swesterfeld
  • Added support for String properties in AudioProcessor.
  • Fixed midi event frame offsets to be unsigned integers, resolving issue #26. [swesterfeld
  • Integrated swesterfeld/liquidsfz submodule for SFZ support in ASE. swesterfeld
  • Moved blepsynth design/test tools to the dsp-research repository. swesterfeld
  • Improved sample accuracy in Blepsynth synth device, fixed bugs. swesterfeld
  • Added Saturation device with parameter smoothing and performance optimizations. swesterfeld
  • Introduced flexible ADSR model for volume envelope in Blepsynth device. swesterfeld
  • Added Sallen-Key Filter to Blepsynth device, improved LadderVCF filter. swesterfeld

ASE

  • New CLI options -M and -P to override audio and midi drivers.
  • Added debug/info/error logging to a log file.
  • Support gzip file compression for http transfers, pre-compressed all source maps.
  • Added Member<> template to expose C++ member field as API to JavaScript.
  • Default tempo set to 120 BPM, playback starts with transport tempo.
  • Fixed loading from non-anklang directories.

User Interface

  • Introduced a project state grep dialog accessible via Alt+F12.
  • Consolidated UI components in various places and removed redundant code.
  • Replacing error confirmation dialogs with notice popups.
  • Simplified and converted most UI components to LitElement components.
  • Updated UI components to use a new tree browser component.
  • Added support for file selection in device UIs.
  • Introduced JavaScript Signal polyfill to simplify for dependency tracking.
  • Fixed JavaScript focus handling, error formatting, and type checking.
  • Added Tailwind CSS for styling, removed normalize.scss.
  • Fixed piano roll drawing order, shifted cursor movement, and other UI fixes. swesterfeld
  • Improved UTF-8 support for legacy filenames, including mapping to private use area.
  • Fixed mouse wheel handling in modern Chrome and Firefox browsers.
  • Switched file browser to use <grid/> component for faster rendering.

Testing

  • CI, docker, Dockerfile fixups and improvements.
  • Introduced a new test for track renaming in the X11 UI test suite.
  • Enhanced the x11test-v to run silently by default, with optional verbose output.
  • Added support for replay of multiple JSON files in X11 tests, upgraded electron and puppeteer dependencies.
  • Parallelized automated test suite runs.