https://github.com/bitfocus/loupedeck-ct
Loupedeck CT Node.js module
https://github.com/bitfocus/loupedeck-ct
Last synced: 5 months ago
JSON representation
Loupedeck CT Node.js module
- Host: GitHub
- URL: https://github.com/bitfocus/loupedeck-ct
- Owner: bitfocus
- Created: 2019-12-21T02:40:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T12:22:24.000Z (over 2 years ago)
- Last Synced: 2023-03-02T16:03:13.439Z (over 2 years ago)
- Language: JavaScript
- Size: 973 KB
- Stars: 26
- Watchers: 9
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loupedeck CT
### Unofficial node.js library
Here are the results of our ongoing reverse engineering of the Loupedeck CT communication protocol.### Install
`yarn add https://github.com/bitfocus/loupedeck-ct.git`### Why?
* When we started doing this, there was no official SDK for the Loupedeck CT available (there is now)
* Linux support
* Communicate directly without "third (first?) parties" involved
* Because we can ;)### What works
* Large display - graphics (the large button grid display)
* Large display - touch events (multi touch)
* Small display - graphics (the one on the large encoder)
* Small display - touch events (single touch)### Todo
* Display intensity
* Vibrations
* Make a ready to use npm module
* Tests?### Author
Bitfocus AS
* William Viker
* Håkon Nessjøen