Skip to content

Releases: XeroxDev/Loupedeck-plugin-VoiceMeeter

v3.0.0

26 Feb 13:25
Compare
Choose a tag to compare

v3.0.0 (2023-02-26)

BREAKING CHANGE

  • Due to the structure change, all actions have to be added again. We're sorry for
    the inconvenience!

Feat

  • add multi-state possibility
  • remoddeled volume bar
  • add command name to the bottom of adjustment bars
  • add bus sel command
  • named adjustment commands with mute indicator
  • Load command support (#13)
  • Pan_x, Pan_y adjustment support (#11)

Fix

  • volume bar just shows 'Gain'
  • strips/buses recognition breaks due to faulty characters
  • Fix a bug that could cause InvalidOperationException in foreach statements. (#14)
  • give every icon the right number (#10)

Refactor

  • replace fontSize with cmdSize
  • update plugin to latest structure
  • change volume bar text to be at the top
  • replace .Drawings with SkiaSharp

[main 394abc0] chore(release): 2.0.1 -> 3.0.0 [skip-ci]
4 files changed, 34 insertions(+), 3 deletions(-)

v2.0.1

16 May 09:39
Compare
Choose a tag to compare

v2.0.1 (2022-05-16)

Fix

  • give every icon the right color
  • icons update again

v2.0.0

29 Apr 18:19
v2.0.0
b0bb56f
Compare
Choose a tag to compare

2.0.0 (2022-04-04)

⚠ BREAKING CHANGES

  • This code will only run in Loupedeck 5 due to api changes

Features

  • Loupedeck 5 Beta support (72811bd)
  • min / max value limiting for encoders (#8) (c8df8d8)
  • only trigger updates for the specific values that change (#6) (36d2476)
  • the icons are reflecting now the color scheme from VoiceMeeter (8246d01)

Bug Fixes

  • better detection of voicemeeter version if setup exe was differently named (#9) (cec3232)
  • volume sliders should look normal again (b9ae829)

v1.0.0

08 Dec 14:04
v1.0.0
0859949
Compare
Choose a tag to compare

Initial release