Skip to content

Commit

Permalink
Do not print mouth value.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Feb 11, 2024
1 parent df2f975 commit 2f96158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cambiare/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ let Cambiare = class extends RootDisplay {
switch (sum.chExt[part][0]) {
case upThis.device.EXT_VL: {
let mouth = (sum.chContr[chOff + ccToPos[136]] - 64) / 64 || sum.rawPitch[part] / -8192;
console.debug(mouth);
mouth = mouth * 4 + 4;
let velocity = +(!!sum.rawVelo[part]) * (sum.chContr[chOff + ccToPos[129]] * sum.chContr[chOff + ccToPos[11]] / 16129);
if (!velocity && sum.rawVelo[part]) {
Expand Down

0 comments on commit 2f96158

Please sign in to comment.