Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
int CWaveEditorFDS::GetSample(int i) const
337
{
338
ASSERT(m_pInstrument != NULL);
339
return m_pInstrument->GetSample(i);
340
}
341
342
void CWaveEditorFDS::SetSample(int i, int s)
343
{
Callers
1
SetSample
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected