Skip to content

Commit

Permalink
Temporarily disable VL breath noise indicator.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Aug 14, 2024
1 parent 1ecb597 commit 31c5c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cambiare/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ let Cambiare = class extends RootDisplay {
velocity = sum.rawStrength[part] * sum.chContr[chOff + ccToPos[11]] / 16129;
};
velocity *= 32;
let breathNoise = sum.chContr[chOff + ccToPos[1]] / 127 * 8;
let breathNoise = 0 /*sum.chContr[chOff + ccToPos[1]] / 127 * 8*/;
e.extVis.beginPath();
e.extVis.moveTo(0, 12 - mouth - 3);
e.extVis.lineTo(7 + velocity, 12);
Expand Down

0 comments on commit 31c5c79

Please sign in to comment.