trying to toggle between two CC values states and not working OSX
2 posters
Page 1 of 1
trying to toggle between two CC values states and not working OSX
I am trying to toggle between CC value ie. 25 + 25 as I have them set up as two audio levels,
Am I mistaken I thought I was able to this before I updated?
I would love to be able to add a second state that can be programmed with a different CC number, also a three state toggle would be awesome for a Volume setup
(1 would be full 2 would be Dim 3 would be mute)
As of right now I would have to use two buttons on the StreanDeck + and that is not an option (to few buttons on the + )
If I am missing on how to set up the two state toggle option let me know. or its broken on the latest version of SD and Midi
MBPro m2 OSX 13.5.2 StreamD 6.5.2 Midi 3.8.1
Am I mistaken I thought I was able to this before I updated?
I would love to be able to add a second state that can be programmed with a different CC number, also a three state toggle would be awesome for a Volume setup
(1 would be full 2 would be Dim 3 would be mute)
As of right now I would have to use two buttons on the StreanDeck + and that is not an option (to few buttons on the + )
If I am missing on how to set up the two state toggle option let me know. or its broken on the latest version of SD and Midi
MBPro m2 OSX 13.5.2 StreamD 6.5.2 Midi 3.8.1
Last edited by toneking on Thu Mar 28, 2024 6:48 pm; edited 2 times in total (Reason for editing : title had typos and wasnt clear)
toneking- Posts : 6
Join date : 2024-03-28
Re: trying to toggle between two CC values states and not working OSX
I have no problems configuring a CC button to toggle between two values in version 3.8.1. If this does not work for you, I recommend enabling extended logging, reproducing the problem, and sending me the log file.
Regarding toggle with different CCs and three states, I recommend using a Script button.
Regarding toggle with different CCs and three states, I recommend using a Script button.
Re: trying to toggle between two CC values states and not working OSX
Last edited by toneking on Thu Mar 28, 2024 4:51 pm; edited 1 time in total (Reason for editing : photo too wide)
toneking- Posts : 6
Join date : 2024-03-28
Re: trying to toggle between two CC values states and not working OSX
Yes, that is why I said, "Regarding toggle with different CCs and three states, I recommend using a Script button."toneking wrote:WHere do I add a second CC value for my state /toggle change I only see one CC value that is the same for both states
Re: trying to toggle between two CC values states and not working OSX
I figured out one part of the scripting, I am having an issue with getting icon files to load.
1. Is there a way to script a way to use the two icon states in StremDeck+ icon slots? this would be the best solution.
2. If not can you look at the script and tell me what to change to get this to work on my computer? The CC changes work just trying to get two icons to switch depending on state. this is the icon file path on my computer Macintosh HD/Users/iggy/Documents/Trevliga Spel
also tried this
[(press){cc:1,25,127}{image:%Trevliga Spel%/-28 Genelec.png}]
[(press){cc:1,26,127}{image:%Trevliga Spel%/-35 Genelec.png}]
1. Is there a way to script a way to use the two icon states in StremDeck+ icon slots? this would be the best solution.
2. If not can you look at the script and tell me what to change to get this to work on my computer? The CC changes work just trying to get two icons to switch depending on state. this is the icon file path on my computer Macintosh HD/Users/iggy/Documents/Trevliga Spel
- Code:
[(press){cc:1,25,127}{image:%Macintosh HD%/Users/iggy/Documents/Trevliga Spel/-28 Genelec.png}]
[(press){cc:1,26,127}{image:%Macintosh HD%/Users/iggy/Documents/Trevliga Spel//-35 Genelec.png}]
also tried this
[(press){cc:1,25,127}{image:%Trevliga Spel%/-28 Genelec.png}]
[(press){cc:1,26,127}{image:%Trevliga Spel%/-35 Genelec.png}]
Last edited by toneking on Fri Mar 29, 2024 5:43 pm; edited 2 times in total (Reason for editing : add more info)
toneking- Posts : 6
Join date : 2024-03-28
Re: trying to toggle between two CC values states and not working OSX
1. Dials do not have script capability at the moment, so there is no direct way to control dial icons using a script. You can do it by "bouncing" via a background script, but that's a bit more complex than an ordinary script, so I suggest you get your first script running first.
2. The second image path has a double backslash after "Trevliga Spel", which probably makes that icon missing. What is the exact path to your icons? In the script, you use "%Macintosh HD%", but in your message, you say "Macintosh HD". I can see exactly what is going on if you enable extended logging, switch away from the page/profile with the script and then switch back. And send me the log file.
2. The second image path has a double backslash after "Trevliga Spel", which probably makes that icon missing. What is the exact path to your icons? In the script, you use "%Macintosh HD%", but in your message, you say "Macintosh HD". I can see exactly what is going on if you enable extended logging, switch away from the page/profile with the script and then switch back. And send me the log file.
Re: trying to toggle between two CC values states and not working OSX
How do I attach the text log file? sorted the upload out
Here is the log file
I had fixed the dbl // but that didn't change anything
Here is the log file
I had fixed the dbl // but that didn't change anything
- Attachments
Last edited by toneking on Fri Mar 29, 2024 6:41 pm; edited 4 times in total (Reason for editing : made smaller log file)
toneking- Posts : 6
Join date : 2024-03-28
Re: trying to toggle between two CC values states and not working OSX
This is not about using the dial its about using the two icon slots built into Stream deck as opposed to looking for png files in the Trevling Spel foldertoneking wrote:I figured out one part of the scripting, I am having an issue with getting icon files to load.
1. Is there a way to script a way to use the two icon states in StremDeck+ icon slots? this would be the best solution.
see pics
- Attachments
Last edited by toneking on Fri Mar 29, 2024 6:39 pm; edited 1 time in total (Reason for editing : attaching pics)
toneking- Posts : 6
Join date : 2024-03-28
Re: trying to toggle between two CC values states and not working OSX
You can use the {state:0} and {state:1} actions to access the built-in icons.
Re: trying to toggle between two CC values states and not working OSX
Great that works!!!! THANKSAdmin wrote:You can use the {state:0} and {state:1} actions to access the built-in icons.
I am still interested in how to load png's from the Trevlinga Spel folder. Were you able to look at the log file and see how it might be failing?
SOLVED
Thanks for all your help and for building this awesome plugin!
Last edited by toneking on Sun Mar 31, 2024 3:36 am; edited 1 time in total (Reason for editing : solved issue)
toneking- Posts : 6
Join date : 2024-03-28
Re: trying to toggle between two CC values states and not working OSX
I answered your email.
toneking likes this post
Similar topics
» Sysex toggle function not working
» I am trying to toggle off a midi toggle button from outside the streamdeck
» Ensuring only one toggle is active in a profile
» Wrong/strange dB values in Fader - Nuendo
» SOLVED: Graphics don't toggle as to state
» I am trying to toggle off a midi toggle button from outside the streamdeck
» Ensuring only one toggle is active in a profile
» Wrong/strange dB values in Fader - Nuendo
» SOLVED: Graphics don't toggle as to state
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum