StreamDeck

command module
v1.0.44 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Unlicense Imports: 18 Imported by: 0

README

Stream Deck Controller

find sound card and update asound.conf

aplay -l

osx 14.0 broke hid stuff in meusli/streamdeck somehow

ubuntu

  • sudo apt-get install libasound2-dev
  • sudo apt-get install libhidapi-dev
  • sudo usermod -a -G dialout morphs
  • sudo usermod -a -G audio morphs
  • sudo nano /etc/udev/rules.d/99-streamdeck.rules
    • SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006d", MODE="0666", GROUP="morphs", SYMLINK+="streamdeck"
  • sudo udevadm control --reload-rules && sudo udevadm trigger

misc

Todo

  • routes
    • get logs

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
v1
ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL