25class ClipView :
public ClipNavigationTimelineView {
29 uint32_t getMaxZoom()
override;
30 uint32_t getMaxLength()
override;
31 ActionResult horizontalEncoderAction(int32_t offset)
override;
32 int32_t getLengthChopAmount(int32_t square);
33 int32_t getLengthExtendAmount(int32_t square);
34 void focusRegained()
override;
35 ActionResult buttonAction(deluge::hid::Button b,
bool on,
bool inCardRoutine)
override;
38 int32_t getTickSquare();
40 Action* lengthenClip(int32_t newLength);
41 Action* shortenClip(int32_t newLength);
42 uint32_t changeClipLength(int32_t offset, uint32_t oldLength,
Action*& action);