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

Method GetSampleLoopOffset

Source/Instrument2A03.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79char CInstrument2A03::GetSampleLoopOffset(int MidiNote) const
80{
81 return m_Assignments[MidiNote].LoopOffset;
82}
83
84char CInstrument2A03::GetSampleDeltaValue(int MidiNote) const
85{

Callers 2

ExportFileMethod · 0.80
TriggerInstrumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected