mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -04:00
fix stuck note e.g. in Hyrule field
This commit is contained in:
@@ -125,6 +125,11 @@ void dusk::audio::DspRender(OutputSubframe& subframe) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (channel.mForcedStop) {
|
||||
channel.mIsFinished = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (channel.mBytesPerBlock == 0) {
|
||||
// I think these are oscillator channels? Not backed by audio.
|
||||
channel.mIsFinished = true;
|
||||
|
||||
Reference in New Issue
Block a user