This repository was archived by the owner on Mar 27, 2024. It is now read-only.
New features and panic fix
Fixed
- Introduced zero-valued
EventTypevariant to enable zero-initialization ofEvent, fixing a panic on Rust 1.48 and newer (#138) EditorGetRectopcode returns1on success, ensuring that the provided dimensions are applied by the host (#115)
Added
- Added
update_display()method toHost, telling the host to update its display (after a parameter change) via theUpdateDisplayopcode (#126) - Allow plug-in to return a custom value in
can_do()via theSupported::Customenum variant (#130) - Added
PartialEqandEqforSupported(#135) - Implemented
get_editor()andEditorinterface forPluginInstanceto enable editor support on the host side (#136) - Default value (
0.0) forAtomicFloat(#139)