35 int32_t xDisplay = instrumentClipView.lastSelectedNoteXDisplay;
36 int32_t yDisplay = instrumentClipView.lastSelectedNoteYDisplay;
37 if (xDisplay != kNoSelection && yDisplay != kNoSelection) {
38 if (instrumentClipView.gridSquareInfo[yDisplay][xDisplay].isValid) {
42 display->displayPopup(
"Select Note");