diff --git a/RELEASES.md b/RELEASES.md index 8595b1d..1730543 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -13,4 +13,6 @@ Due to the pruning of all demo files, the Git history was drastically rewritten, ### Universally available * 0.5 pre 2: [GitHub](https://github.com/ltgcgo/octavia/releases/tag/0.4.113) * 0.5 pre 3: [GitHub](https://github.com/ltgcgo/octavia/releases/tag/0.4.114) -* 0.5 RC 1: [GitHub](https://github.com/ltgcgo/octavia/releases/tag/0.4.115) \ No newline at end of file +* 0.5 RC 1: [GitHub](https://github.com/ltgcgo/octavia/releases/tag/0.4.115) +* 0.5 RC 2: [GitHub](https://github.com/ltgcgo/octavia/releases/tag/0.4.116) +* 0.5 RC 3: [GitHub](https://github.com/ltgcgo/octavia/releases/tag/0.4.117) \ No newline at end of file diff --git a/src/state/index.mjs b/src/state/index.mjs index ad68587..87c1bf9 100644 --- a/src/state/index.mjs +++ b/src/state/index.mjs @@ -1355,6 +1355,7 @@ let OctaviaDevice = class extends CustomEventSource { upThis.#prg.fill(0); upThis.#velo.fill(0); upThis.#poly.fill(0); + upThis.#mono.fill(0); upThis.#rawStrength.fill(0); upThis.#pitch.fill(0); upThis.#nrpn.fill(0);