MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / GetNumSamplesError

Method GetNumSamplesError

source/Mockingboard.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 UINT MB_Update(void);
38 short** GetVoiceBuffers(void) { return m_ppAYVoiceBuffer; }
39 int GetNumSamplesError(void) { return m_numSamplesError; }
40 void SetNumSamplesError(int numSamplesError) { m_numSamplesError = numSamplesError; }
41#ifdef _DEBUG
42 void CheckCumulativeCycles(void);

Callers 1

GenerateAllSoundDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected