| 2691 | } |
| 2692 | |
| 2693 | bool CFamiTrackerView::DoRelease() const |
| 2694 | { |
| 2695 | // Return true if there are a valid release sequence for selected instrument |
| 2696 | const auto *pManager = GetModuleData()->GetInstrumentManager(); // // // |
| 2697 | auto pInstrument = pManager->GetInstrument(GetInstrument()); // // // |
| 2698 | return pInstrument && pInstrument->CanRelease(); |
| 2699 | } |
| 2700 | |
| 2701 | void CFamiTrackerView::HandleKeyboardNote(char nChar, bool Pressed) |
| 2702 | { |
no test coverage detected