fix(vm/compiler/bridge): empty patch should not crash native synth

Fixes #148.
This commit is contained in:
5684185+vsariola@users.noreply.github.com
2024-09-16 19:53:22 +03:00
parent 2b38e11643
commit 7d6daba3d2
3 changed files with 46 additions and 0 deletions

View File

@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
info is shown as a label in the tracker and can be checked with `-v` flag in
the command line tools.
### Fixed
- Empty patch should not crash the native synth ([#148][i148])
## [0.4.1]
### Added
- Clicking the parameter slider also selects that parameter ([#112][i112])
@ -209,3 +212,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[i144]: https://github.com/vsariola/sointu/issues/144
[i145]: https://github.com/vsariola/sointu/issues/145
[i146]: https://github.com/vsariola/sointu/issues/146
[i148]: https://github.com/vsariola/sointu/issues/148