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

Method MakeFullOrder

Source/SoundChipService.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55CChannelOrder CSoundChipService::MakeFullOrder() const {
56 CChannelOrder order;
57 ForeachTrack([&] (stChannelID id) {
58 order.AddChannel(id);
59 });
60 return order;
61}
62
63std::size_t CSoundChipService::GetSupportedChannelCount(sound_chip_t chip) const {
64 auto *pChip = GetTypePtr(chip);

Callers 1

LoadDriverMethod · 0.80

Calls 1

AddChannelMethod · 0.80

Tested by

no test coverage detected