v1.2.5
Fixed
- Fixed Fx flush method.
Changed
- Replaced Strip method
void sanitize(int16_t &indexFrom, int16_t &indexTo)
withbool 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.