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,
35 void getColumnLabel(
StringBuf& label)
override;
40 MarkerType markerType{MarkerType::NONE};