Skip to content

Releases: ascpixi/vestige

Vestige v0.4.0

31 Dec 01:09
e1cefaa
Compare
Choose a tag to compare

Changelog

  • added math nodes,
  • added step sequencer nodes, alongside drum samples,
  • implemented rendering,
  • internal refactoring and bug-fixes

Vestige v0.3.0

27 Dec 14:05
495dad4
Compare
Choose a tag to compare

Changelog

  • added unit testing via Vitest,
  • note output visualization (keyboard/piano),
  • implemented chorus nodes,
  • implemented arpeggiator nodes,
  • added ping-pong (stereo) mode to delay nodes,
  • refactoring:
    • overhauled implementing serializers for nodes,
    • reusable hooks like useBoundState
  • bug fixes:
    • LFO frequency is now properly restored,
    • removed "handle not found" warnings from React Flow.

Vestige v0.2.0

22 Dec 23:19
d879d18
Compare
Choose a tag to compare

This is the first Vestige version with a desktop app! 🎉

Changelog

  • implemented sampler nodes (with piano, violin, and harp presets),
  • added unison mode to synth nodes,
  • implemented balance (pan/volume) nodes,
  • implemented pick note nodes,
  • created a desktop app version with Tauri v2,
  • added saving to files,
  • bug fixes and refactoring:
    • turned reset confirmation dialog into a custom one rather than a native one because of Tauri incompatibility,
    • implemented async node/node data creation,
    • improved node port positioning.