deej v0.9.3 - Linux support 🐧
This release introduces official Linux support, courtesy of contributor @medusalix! It also includes:
- A new config option
invert_sliders
to allow inverse controls - Much more resilient audio session management on Windows -
deej
will now react to closing and opening programs a lot faster. It will even detect when you switch your default audio device! You shouldn't need the "re-scan audio sessions" tray option anymore, but we're leaving it in, just in case.
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!