Skip to content

v1.2.5

Compare
Choose a tag to compare
@lpaolini lpaolini released this 23 Feb 19:35
· 79 commits to main since this release

Fixed

  • Fixed Fx flush method.

Changed

  • Replaced Strip method void sanitize(int16_t &indexFrom, int16_t &indexTo) with bool crop(int16_t &indexFrom, int16_t &indexTo), which restricts the given range into the visible range only when the given range overlaps with the visible range. In that case it returns true, otherwise false.