Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Release prior to API-breaking thread safety fix

Compare
Choose a tag to compare
@askeksa askeksa released this 09 Apr 21:21
· 96 commits to master since this release

Fix HostCallback::is_effect_valid()
OpCode::EditorOpen: return 1 if editor opened successfully
Change Editor API: open() now returns a bool signifying if it was successful (true) or not (false).
Utility structs to make it easier to make plugins thread safe.