v0.2.3
What's Changed
- feat(capi): speed percent honours engine range; resets emit buffer-clear event by @willwade in #55
- fix: default BP_AUTOCALIBRATE to true (restore v5 behaviour) by @willwade in #54
Notable changes
dasher_set_speed_percentnow clamps to the engine's declaredLP_MAX_BITRATErange (raw 1–1000 → ~1–625 %) instead of a fixed 20–400 %, restoring Dasher v5's top speeds (v5 allowed up to raw 800 = 500 %). Frontends should take their speed-control bounds fromdasher_get_parameter_info.dasher_reset,dasher_reset_output_textanddasher_set_alphabet_idnow emit output event type 2 (buffer cleared, empty text) so subscribers maintaining shadow buffers can clear their copy instead of hand-syncing. Additive; callbacks handling only 0/1 are unaffected.BP_AUTOCALIBRATEdefaults to true again, restoring v5 behaviour.
Full Changelog: v0.2.2...v0.2.3
What's Changed
- fix: default BP_AUTOCALIBRATE to true (restore v5 behaviour) by @willwade in #54
- feat(capi): speed percent honours engine range; resets emit buffer-clear event by @willwade in #55
Full Changelog: v0.2.2...v0.2.3