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

Method CompileChunk

Source/InstCompiler.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "Sequence.h"
30
31int CInstCompilerNull::CompileChunk(const CInstrument &, CChunk &, unsigned) const {
32 return 0;
33}
34
35int CInstCompilerSeq::CompileChunk(const CInstrument &inst_, CChunk &chunk, unsigned instIndex) const {
36 auto &inst = dynamic_cast<const CSeqInstrument &>(inst_);

Callers 1

CreateInstrumentListMethod · 0.80

Calls 15

value_castFunction · 0.85
StoreByteMethod · 0.80
StorePointerMethod · 0.80
GetPatchMethod · 0.80
GetCustomRegMethod · 0.80
GetModulationMethod · 0.80
GetModulationDelayMethod · 0.80
GetModulationDepthMethod · 0.80
StoreWordMethod · 0.80
GetModulationSpeedMethod · 0.80
GetWaveSizeMethod · 0.80
GetWavePosMethod · 0.80

Tested by

no test coverage detected