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