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

Method GetSampleLoop

Source/Instrument2A03.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool CInstrument2A03::GetSampleLoop(int MidiNote) const
75{
76 return (m_Assignments[MidiNote].Pitch & 0x80u) == 0x80u;
77}
78
79char CInstrument2A03::GetSampleLoopOffset(int MidiNote) const
80{

Callers 3

to_jsonFunction · 0.80
ExportFileMethod · 0.80
OnNMClickTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected