31 using Integer::Integer;
34 if (!isUIModeActive(UI_MODE_AUDITIONING)) {
35 display->displayPopup(
"Select Row");
42 auto* clip =
static_cast<InstrumentClip*
>(modelStack->getTimelineCounter());
44 clip->getNoteRowOnScreen(instrumentClipView.lastAuditionedYDisplay,
47 bool isKit = clip->output->type == OutputType::KIT;
50 if (!modelStackWithNoteRow->getNoteRowAllowNull()) {
51 modelStackWithNoteRow =
52 instrumentClipView.createNoteRowForYDisplay(modelStack, instrumentClipView.lastAuditionedYDisplay);
56 return modelStackWithNoteRow;
59 void updateDisplay() {
60 if (display->haveOLED()) {