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

Method GetSample

Source/WaveEditor.cpp:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336int CWaveEditorFDS::GetSample(int i) const
337{
338 ASSERT(m_pInstrument != NULL);
339 return m_pInstrument->GetSample(i);
340}
341
342void CWaveEditorFDS::SetSample(int i, int s)
343{

Callers 1

SetSampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected