MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / DoRelease

Method DoRelease

Source/FamiTrackerView.cpp:2693–2699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2691}
2692
2693bool 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
2701void CFamiTrackerView::HandleKeyboardNote(char nChar, bool Pressed)
2702{

Callers 2

SwitchOnNoteMethod · 0.80
SwitchOffNoteMethod · 0.80

Calls 3

GetInstrumentManagerMethod · 0.45
GetInstrumentMethod · 0.45
CanReleaseMethod · 0.45

Tested by

no test coverage detected