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

Method SetSequencePlayPos

Source/SoundGen.cpp:1304–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302}
1303
1304void CSoundGen::SetSequencePlayPos(std::shared_ptr<const CSequence> pSequence, int Pos) { // // //
1305 if (pSequence == m_pSequencePlayPos) {
1306 m_iSequencePlayPos = Pos;
1307 m_iSequenceTimeout = 5;
1308 }
1309}
1310
1311int CSoundGen::GetSequencePlayPos(std::shared_ptr<const CSequence> pSequence) // // //
1312{

Callers 2

UpdateInstrumentMethod · 0.80
StepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected