Skip to content

Commit 807527f

Browse files
committed
release: v0.13.0
1 parent f68dc2f commit 807527f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.13.0] - 2026-04-15
10+
911
### Added
1012
- Multi-sample sessions with APPEND loading, a dedicated sample lane, sample reordering, and sample deletion
1113
- Stem separation powered by BS-RoFormer: split any sample into vocals and instrumental via the STEM panel
@@ -16,11 +18,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1618

1719
### Fixed
1820
- Restoring multi-sample projects and undoing back to an empty session no longer leaves stale sample data loaded
19-
- Release builds now bundle the ONNX Runtime files needed for stem separation, so copied VST3 and standalone builds can load outside the local build tree
20-
- Stem export now opens reliably from the sample lane, warning banners clear automatically, and Windows stem inference uses a more stable runtime configuration
21-
- Stem separation no longer crashes hosted VST3 builds in Ableton Live and REAPER when the export finishes and imports the new stem files
22-
- Stem separation now initializes ONNX Runtime explicitly, preventing hosted plugin crashes during model startup on Windows and avoiding the same static-init risk on other platforms
23-
- Hosted Windows VST3 builds now force stem separation to use INTERSECT's bundled ONNX Runtime, avoiding crashes caused by incompatible `onnxruntime.dll` versions already loaded by the DAW
21+
- Stem export now opens reliably from the sample lane, warning banners clear automatically, and copied release builds bundle the ONNX Runtime files they need
22+
- Hosted VST3 stem separation is now more stable in Ableton Live and REAPER on Windows by forcing INTERSECT to use its bundled ONNX Runtime instead of incompatible DAW-loaded versions
2423

2524
## [0.12.4] - 2026-04-12
2625

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Notes:
113113
- While a stem export is running, that sample's `STEMS` button changes to `CANCEL`.
114114
- `DEVICE` defaults to CPU. GPU can be selected when the build and local runtime support it.
115115
- If INTERSECT cannot use the selected GPU path, it warns before export so you can switch devices instead of silently exporting on CPU.
116+
- Stem separation is compute-heavy. On older PCs, especially on CPU exports, startup and processing can be noticeably slower.
116117

117118
### Time / Zoom Bar
118119

0 commit comments

Comments
 (0)