-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LED Support #1
Comments
Hi. I don't think you needed to @-mention me (which in turn sent me an email). Not a problem, but just FYI. |
No worries. Just trying to make sure I give you do credit. If love some feedback on things if you've got time, always valuable to get some insight from someone that's touched the device, especially since it seems few have. |
It seems like your project is intended for Windows, so not sure how much help I can be. I have been meaning to rewrite my proof-of-concept in C, basing it on the bluetoothctl client (https://github.com/bluez/bluez/blob/master/client/main.c). The python libraries that I've tested all have different kinds of issues, like not being able to use two devices at the same time, or requiring root to reset the connection in case the program didn't exit cleanly earlier. It's a shame that the device isn't sold anymore, but I also think the build of the bluetooth device isn't as good as the original. It would be nice if they could make a new USB C device with a better build. |
Any progress on this? I'm not a programmer but I'd love to know how to support this project! There are a lot of us users out there who NEED Windows support for the Powermate Bluetooth! |
I actually haven't done anything with it... I was super motivated and then work and life happened... Sorry. If you need basic functionality it's in there... Didn't get to the LED support though. |
Might be a longshot, but is there any way to get it to scrub the playhead on the Adobe Premiere timeline? It works on system volume when its selected but no dice when selecting in a video editor. |
It's currently written to directly manipulate the system volume. It would
need to be modified. It's probably possible. Either set it to send a key,
or maybe an api call to premier
…On Tue, Dec 29, 2020, 17:00 shkoyach ***@***.***> wrote:
Might be a longshot, but is there any way to get it to scrub the playhead
on the Adobe Premiere timeline? It works on system volume when its selected
but no dice when selecting in a video editor.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIOOWM3JKG5GHI5QOI73LDSXJ3UFANCNFSM4NLZZSVA>
.
|
Currently no support for changing the LED status/color etc.
@stefansundin Has some excellent groundwork over here:
https://github.com/stefansundin/powermate-linux/tree/master/bluetooth
This will probably get left until I can refactor the whole mess into something not terrible.
The text was updated successfully, but these errors were encountered: