Skip to content

Commit

Permalink
Fixes #25.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Oct 22, 2023
1 parent 323ce99 commit ac56385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* 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)
1 change: 1 addition & 0 deletions src/state/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ac56385

Please sign in to comment.