Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhusinsky/vl.devices.streamdeck
Nodes for using Elgato StreamDeck in VVVV Gamma
https://github.com/mhusinsky/vl.devices.streamdeck
streamdeck vl vvvv
Last synced: about 1 month ago
JSON representation
Nodes for using Elgato StreamDeck in VVVV Gamma
- Host: GitHub
- URL: https://github.com/mhusinsky/vl.devices.streamdeck
- Owner: mhusinsky
- Created: 2023-10-07T22:07:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T13:14:40.000Z (about 1 year ago)
- Last Synced: 2024-12-06T11:06:37.569Z (about 1 month ago)
- Topics: streamdeck, vl, vvvv
- Homepage:
- Size: 82 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VL.Devices.StreamDeck
A package for using [Elgato StreamDeck](https://www.elgato.com/us/en/p/stream-deck-mk2-black) button display in VL.## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/libraries/dependencies.html#manage-nugets) in the VL documentation. As described there you go to the commandline and then type:nuget install VL.Devices.StreamDeck
Once the VL.Devices.StreamDeck nuget is installed and referenced in your VL document you'll see the category *StreamDeck* under *Devices* in the nodebrowser.
Demo is available via the Help Browser! For now, this is tested only with the Classic StreamDeck (5x3 Buttons). If does (not) work with other devices, please let me know.
## Credits
Library is based on the nice [StreamDeckSharp](https://github.com/OpenMacroBoard/StreamDeckSharp) project, version 3.2.0.## License
MIT