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
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.