Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Releases: shells-dw/loupedeck-totalmix

v1.8.3

28 Mar 10:42
Compare
Choose a tag to compare

[1.8.3] - 2023-03-28

Fixed

  • Remote OSC instances (on another host) are working now. Please refer to the corresponding documentation, thanks for @roguedarkjedi for pointing that out.

Improved/Changed

  • Added documentation for remote host config.

[1.8.2] - 2022-12-29

Added

  • added images for EQ, Comp, Autolevel #beautify

v1.8.1

29 Dec 09:24
Compare
Choose a tag to compare

[1.8.1] - 2022-12-29

Updated

  • changed image name to Loupedeck's preferred naming scheme

v1.8.0

29 Dec 09:09
Compare
Choose a tag to compare

[1.8.0] - 2022-12-29

Updated

  • Reworked/finalized logging

v1.7.1

27 Dec 10:21
Compare
Choose a tag to compare

[1.7.1] - 2022-12-27

Fixed

  • Beautified/clearified error message displayed when no connection to TotalMix is possible

Updated

  • Clarifications in README.MD

v1.7.0

22 Dec 19:25
Compare
Choose a tag to compare

[1.7.0] - 2022-12-22

Addded

  • Logging, new config switch to enable/disable logging (note: Logging is for debugging only. It will significantly slow down Loupedeck overall as traces are gathered and written all over the place. DO NOT ENABLE logging unless you are asked to provide logs and disable it afterwards.)

Fixed

  • Custom config file values were overwritten with every plugin start (oops.)
  • Channels >9 were not mirrored (but still functioned as actions)

Fix attempt

  • Rare crash caused by waiting for a callback on async reading a socket that was already disposed. I call it fix attempt as I did not yet find the reason why this happens in the first place, it has been a b[...] to track down as it could happen after several hours of plugin runtime or not at all for days on my machine, so for now the exception is caught and the plugin shouldn't crash from it anymore. Depending the actual root cause this may or may not lead to the mirroring getting stuck. Please report issues if it does. As said, I had a hard time to actually get that crash on my machine with my interface.

v1.6.1

18 Dec 17:26
Compare
Choose a tag to compare

[1.6.1] - 2022-12-18

Fixed

  • Master Volume value not updating correctly. Note: removing and replacing the Master Volume dial on the Loupedeck is required to apply the change.

v1.6.0

18 Dec 15:36
Compare
Choose a tag to compare

[1.6.0] - 2022-12-18

Added

  • Option to enable/disable Reverb and Echo

Improved / fixed

  • If TotalMix isn't sending heartbeats, don't try to listen for it.

Note

  • Global Mute and Global Solo have been moved to new "Global Functions" folder. Existing buttons need to be replaced.

Misc

  • New plugin icon ;)

v1.5.0

14 Dec 15:56
Compare
Choose a tag to compare

[1.5.0] - 2022-12-14

Added

  • Custom Snapshot/Mix names are now read from local TotalMix config file (as they are not available via OSC) and shown during selection as well as on the action

Improved

  • Removed option to show/hide TotalMix UI on MacOS to avoid confusion for MacOS users (currently Win only function, MacOS TODO)
  • Call sender improved (avoid unnecessary function call)
  • Extended idle period between listenthread runs (should be a bit easier on the system without making things lots slower)

v1.4.0 -

05 Dec 12:34
Compare
Choose a tag to compare

Note: there is no 16 channel limit anymore, however many channels/faders you set in the TotalMix OSC settings (preferrably how many your interface offers), the plugin will reflect that

[1.4.0] - 2022-12-05

Improved

  • switch to track optimised (less calls) - became more valid or channelcounts >16
  • Added

  • auto channel count recognition

[1.3.0] - internal testing release

v1.2.0

02 Dec 18:55
Compare
Choose a tag to compare

[1.2.0] - 2022-12-02

Added

  • multiple action images