-
Notifications
You must be signed in to change notification settings - Fork 245
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
Getting a CC button to reflect track Arming. #24
Comments
I can't write a script (not there yet) Good luck |
Thanks for replying! |
Look over my sloppy script, I had a bitch of a time implementing buttons to control tempo. But I got it - still don't understand all of it...thx to friend for help. Might be some of the bump you need. https://github.com/datamafia/Baseline_script_by_modern_dj |
Appreciate that link! Unfortunately it has shed little light upon my issue (that being defining a value output on a CC button) but provided some good reading nonetheless. My hardest hurdle was finding a way to implement an undo button in my script. That was a true mystery. Subject slots and whatnot. by the way, I do know who wrote the QuNeo scripts if you want to credit them in your readme.py (I work for KMI). |
I have been running around in circles trying to get a ButtonElement to send a CC value of 1 to reflect arming of a track. Everything works flawlessly except for this one little piece. I had no problem getting clip values for play/stop/record out to my control, and I have tried all of the methods I could think of from the ButtonElement, as well as trying a ConfigurableButtonElement (although that seems more geared towards handling note types), even modifying that to hard code a custom on value. Is this even possible? I see it in other scripts using note values, but not CCs, so I am not entirely optimistic.
The text was updated successfully, but these errors were encountered: