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

Method AddMap

Source/NoteQueue.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166
167void CNoteQueue::AddMap(const std::vector<stChannelID> &Ch)
168{
169 auto ptr = std::make_shared<CNoteChannelQueue>(Ch);
170 for (const auto &x : Ch)
171 m_Part[x] = ptr;
172}
173
174void CNoteQueue::ClearMaps()
175{

Callers 1

UpdateNoteQueuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected