rivafarabi / voicemeeter-control

Voicemeeter control extension for Deckboard
MIT License
8 stars 2 forks source link

fix unrounded value for toggle strip and bus actions #18

Closed rivafarabi closed 3 months ago

rivafarabi commented 3 months ago

Fix "Toggle Strip Parameter" and "Toggle Bus Parameter" actions mentioned in #16 and #17

Issue caused by this.vm.getStripParameter(number, param)) and this.vm.getBusParameter(number, param)) that always return 0.000, not a rounded number 0, causing it passed 0 as value for setStripParameter and setBusParameter parameter