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

Method SetInstrument

Source/WaveEditor.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328// FDS wave
329
330void CWaveEditorFDS::SetInstrument(std::shared_ptr<CInstrumentFDS> pInst)
331{
332 m_pInstrument = std::move(pInst);
333 WaveChanged();
334}
335
336int CWaveEditorFDS::GetSample(int i) const
337{

Callers 2

SelectInstrumentMethod · 0.45
SelectInstrumentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected