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