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

Method LoadAPU

Source/SoundDriver.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void CSoundDriver::LoadAPU(CAPUInterface &apu) {
74 apu_ = &apu;
75
76 // Setup all channels
77 ForeachTrack([&] (CChannelHandler &ch, CTrackerChannel &) {
78 ch.InitChannel(apu, m_iVibratoTable, parent_);
79 });
80}
81
82void CSoundDriver::ConfigureDocument() {
83 SetupVibrato();

Callers 1

AssignDocumentMethod · 0.80

Calls 1

InitChannelMethod · 0.80

Tested by

no test coverage detected