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

Method QueueNote

Source/SoundDriver.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void CSoundDriver::QueueNote(stChannelID chan, const stChanNote &note, note_prio_t priority) {
249 if (auto *track = GetTrackerChannel(chan))
250 track->SetNote(note, priority);
251}
252
253void CSoundDriver::ForceReloadInstrument(stChannelID chan) {
254 if (modfile_)

Callers

nothing calls this directly

Calls 1

SetNoteMethod · 0.45

Tested by

no test coverage detected