Skip to content

1.0.2656

Compare
Choose a tag to compare
@cesaref cesaref released this 27 Sep 18:04
· 36 commits to main since this release

SubtractOne example

The examples folder now includes a plugin with a UI build using React.

Improved error reporting from the C++ backend

In some situations, the C++ backend did not correctly report errors. This lead to an apparent successful run, but no C++ output for the patch. This has been resolved, and the backend now correctly reports the error.

Bug fixes

Fixed an issue which caused patch workers to often hang on windows, due to a race condition in the initialiser.

Oversanpled nodes now correctly handle forwarding for event array endpoints.

Ensured that the C++ backend casts ints correctly to resolve possible issues with function overloading.

Resolved issue where the plugin was not running correctly on some windows hosts.

Resolved an issue where the clap wrapper had problems with mono endpoints.

Linux plugin wrapper now builds correctly.

Resolved a problem with patches using floating point modulo not running with wasm.