This release fixes a few bugs and adds a debug-mode flag for verbose logging. Here's the full list of changes:
- Fixed a bug where deej would fail to start if no input devices are connected
- Fixed a bug where mic control didn't work on Linux. Thanks to @medusalix for this one!
- Fixed a bug where some volume levels would occasionally not snap correctly to 100% and 0%
- Fixed a rare bug on Windows where volume changes would apply after a significant delay
- Added a
-v
(or--verbose
) command-line flag to display even more log messages. This can be useful for debugging issues with serial communications. Works only withdeej-debug.exe
(asdeej.exe
has no GUI)
Launch instructions:
- Download both
config.yaml
anddeej.exe
and place them in the same directory - Verify that your config has the correct COM port for your Arduino board
- Launch
deej.exe
. You can always edit the config whiledeej
is running
Linux users: for the time being, please build from source. You'll need libgtk-3-dev
, libappindicator3-dev
and libwebkit2gtk-4.0-dev
for system tray support. If there's demand for precompiled release binaries, please let us know!
_Tip: If
deej.exe
seems to crash or doesn't start, please send us thelogs\deej-latest-run.log
file from yourdeej
directory.
Tip:
deej-debug.exe
is a version with a console window that displays additional logs. If you have trouble getting things to work, join our Discord and post a snippet there.
More detailed instructions and documentation are in the repo's main page.
Enjoy!