30 int32_t x_display = instrumentClipView.lastSelectedNoteXDisplay;
31 int32_t y_display = instrumentClipView.lastSelectedNoteYDisplay;
32 if (x_display != kNoSelection && y_display != kNoSelection) {
33 if (instrumentClipView.gridSquareInfo[y_display][x_display].isValid) {
37 display->displayPopup(
"Select Note");