45 int32_t xDisplay = instrumentClipView.lastSelectedNoteXDisplay;
46 int32_t yDisplay = instrumentClipView.lastSelectedNoteYDisplay;
47 if (xDisplay != kNoSelection && yDisplay != kNoSelection) {
48 if (instrumentClipView.gridSquareInfo[yDisplay][xDisplay].isValid) {
49 this->setValue(instrumentClipView.gridSquareInfo[yDisplay][xDisplay].averageVelocity);