Skip to content
forked from Miodec/deej

Deej fork with additional support for LEDs and guided button configuration. Set app volumes with real sliders or knobs! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux

License

Notifications You must be signed in to change notification settings

eric-worth/deej

 
 

Repository files navigation

Summary

This fork includes support for LEDs to indicate when a non-latching pushbutton is pressed, specifically to indicate an audio source being muted, and some additional guidance for using deej. However, I am operating under the assumption you've already gone through the process of choosing hardware and have begun building. If you need additional build support, refer to the deej FAQ. This is a fork of Miodec's deej fork so it of course includes their addition of remappable button support. Buttons must be defined in config with int values. The key values can be found here: https://github.com/micmonay/keybd_event/blob/master/keybd_windows.go (make sure to convert hex values to int)

Be sure to visit the original repository

How To

  • Download the Worth_Deej_LEDs_Buttons.ino file from the release section and upload to your board using Arduino IDE
  • Download the deej-release.exe file and config.yaml from the release section and place in folder together.
  • Edit both the .ino file and config.yaml file to reflect your board pin configuration, apps controlled, button mapping, and com_port
  • Refer to Fritzing Wiring Sketch for guidance in wiring. You can add as many buttons, LEDs, and potentiometers as your Arduino will allow!
  • Launch deej!
  • See deej FAQ for additional guidance
  • Join, contribute to, help others, and ask for help in the Deej Discord Server

Case files

Original case files coming soon

Build

Build log coming soon

About

Deej fork with additional support for LEDs and guided button configuration. Set app volumes with real sliders or knobs! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%