32 using Integer::Integer;
35 if (!isUIModeActive(UI_MODE_AUDITIONING)) {
36 display->displayPopup(
"Select Row");
46 auto* clip =
static_cast<InstrumentClip*
>(modelStack->getTimelineCounter());
48 clip->getNoteRowOnScreen(instrumentClipView.lastAuditionedYDisplay,
51 bool isKit = clip->output->type == OutputType::KIT;
54 if (!modelStackWithNoteRow->getNoteRowAllowNull()) {
55 modelStackWithNoteRow =
56 instrumentClipView.createNoteRowForYDisplay(modelStack, instrumentClipView.lastAuditionedYDisplay);
60 return modelStackWithNoteRow;
63 void updateDisplay() {
64 if (display->haveOLED()) {