This repository has been archived by the owner on May 20, 2024. It is now read-only.
Releases: shells-dw/loupedeck-totalmix
Releases · shells-dw/loupedeck-totalmix
v1.8.3
[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
v1.8.0
v1.7.1
v1.7.0
[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
v1.6.0
[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
[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 -
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