25class LoopPoint :
public MenuItem {
27 LoopPoint(l10n::String newName, uint8_t sourceId) : MenuItem(newName), sourceId_{sourceId} {}
29 void beginSession(MenuItem* navigatedBackwardFrom =
nullptr)
final;
32 MenuPermission checkPermissionToBeginSession(
ModControllableAudio* modControllable, int32_t whichThing,
34 void renderInHorizontalMenu(int32_t startX, int32_t width, int32_t startY, int32_t height)
override;
35 void getColumnLabel(
StringBuf& label)
override;
40 MarkerType markerType{MarkerType::NONE};