Releases: ascpixi/vestige
Releases · ascpixi/vestige
Vestige v0.4.0
Vestige v0.3.0
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
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.