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