github omriharel/deej v0.9.8
deej v0.9.8 - bug fixes

latest releases: v0.9.10, v0.9.9
3 years ago

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 with deej-debug.exe (as deej.exe has no GUI)

Launch instructions:

  • Download both config.yaml and deej.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 while deej 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 the logs\deej-latest-run.log file from your deej 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!

Don't miss a new deej release

NewReleases is sending notifications on new releases.