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