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

Method AddDefaultTypes

Source/SoundChipService.cpp:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void CSoundChipService::AddDefaultTypes() {
46 AddType(std::make_unique<CSoundChipType2A03>());
47 AddType(std::make_unique<CSoundChipTypeVRC6>());
48 AddType(std::make_unique<CSoundChipTypeVRC7>());
49 AddType(std::make_unique<CSoundChipTypeFDS>());
50 AddType(std::make_unique<CSoundChipTypeMMC5>());
51 AddType(std::make_unique<CSoundChipTypeN163>());
52 AddType(std::make_unique<CSoundChipTypeS5B>());
53}
54
55CChannelOrder CSoundChipService::MakeFullOrder() const {
56 CChannelOrder order;

Callers 2

GetInstrumentServiceMethod · 0.45
GetSoundChipServiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected