-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
No Release with already coded volume controls for streamdeck #17
Comments
There should be a way of controlling Volume, so I am not sure what you mean here. However, if it's using the knobs etc., then there is nothing like that today. I have started trying to change the tooling to make possible for Stream Deck +. But if there is other things that you want me to add, I could probably try to put that in when I am back from vacation. |
Could you try out my beta release: |
I've spent like 2 minutes with it, but it looks great so far. I only managed to break the existing functionality when I tried to implement the dials. Edit: |
Awesome, I will go traveling for some days, therefor a good time for a beta and a little bit rushed. I will not be able to update anything before I am back, so any feedback is mostly welcome. There will be some bugs because I had to change the SDK (because of the dials), and I am not familiar with this one yet (had to make 3 releases before I got one that worked with bugs that where not present in debug mode). Edit: And thanks for the sponsoring. Much appreciated. |
Question. When you turn the dial, should it turn in percentage/linear, or in dB ticks/steps. Both of them feels a little bit off, so I am actually unsure. vs This circle is like the right one, but that one is a line instead of a circle. Also been working on the issues around race condition and a lot of rounding issues with the scales. 😳 Edit: I tested with one that mimics the behavior of the PreSonus Universal Control, and it feels a lot better then. |
A quick look at the code, it appears to me that there is already a volume control coded for the streamdeck, just that it hasn't been packaged.
It'd be great if that could be packaged for easy install.
In the meantime I am going to see about running the code directly by reading through the Streamdeck SDK docs
The text was updated successfully, but these errors were encountered: