Change a single streamdeck icon to see the status of a Pro Tools options
Hi all, i wanna see on the SD the status of aProTools setting. For example to catch the status of preroll: i found the script to do it but i cannot found how to change icon on the SD button....i mean if it PreRoll is on show the colored icon on the strem deck and if it's off show the icon in grayscale.
I saw the method showModal but it draw al the SD. I wanna now if there is a simple way to change a single icon.
Thanks. G.
- Christian Scheuer @chrscheuer2020-05-18 13:49:07.066Z
Hi Gabriele,
Unfortunately, there isn't a simple way to do this yet in SoundFlow.
We're working on it :)Ingo Pusswald @ingo_luftrausch
+1
that would be super handy!
Same for the "Preview" state etc.
- TIn reply toGabriele_Cannarozzo⬆:Thomas Voglreiter @Thomas_Voglreiter
any updates/eta when this is coming to soundflow?
I have a few scripts in mind which would need some visual feedback on a streamdeck button, changing the text(colour) would be sufficient for the start.
Christian Scheuer @chrscheuer2020-11-30 14:24:20.167Z
We don't have a public ETA on this yet. I'll bump it on our roadmap. Please check back in with us after the next release if it didn't make it in that.
- TIn reply toGabriele_Cannarozzo⬆:Thomas Voglreiter @Thomas_Voglreiter
Hey,
is this coming with 4.2?Also is there some documentation on globaleState-variables or other possibilities to globale variables that can be used by several scripts?
Christian Scheuer @chrscheuer2021-03-02 18:27:51.029Z
Hi Thomas,
For 4.2, dynamic Stream Decks are reserved for SoundFlow Developers. Make sure to catch our launch event tomorrow with Andrew Scheps' app:
Wrt globalState, that's just a global object you can assign any parameter to that you want :)
Ingo Pusswald @ingo_luftrausch
Hi Christian,
Wrt globalState, that's just a global object you can assign any parameter to that you want :)
Do you mind exxplaining it to a noob?
Can I do visual feedback on buttons?
thx
Christian Scheuer @chrscheuer2021-03-07 14:15:03.859Z
Dynamic Stream Decks (changing what's displayed on the Stream Deck) are only reserved for SoundFlow Developers for now, as I mentioned above. So, no, you cannot do visual feedback on buttons at the moment.
We have a roadmap for how this will be possible through what our developers are making though.GlobalState is completely unrelated to that question. GlobalState is like any other JavaScript object, you can assign properties to it. The difference is that the GlobalState object is shared between all instances of scripts, so you can use it to store information made by one script and read it from another.
//To store some info into globalState globalState.myName = 'Ingo'; //To read some info out from globalState into a local variable: var myName = globalState.myName;
- AIn reply toGabriele_Cannarozzo⬆:Alex Lee @Alex_Lee
This feature would be Awesome. Trying to figure out a way to have a PEC / Direct style control over my stems and would be great to see when in write mode or PEC / Direct mode.
Christian Scheuer @chrscheuer2021-03-06 17:02:22.995Z
Stay tuned for updates on FB :) You'll get something like this very, very, very soon :D
Chris Shaw @Chris_Shaw2021-03-06 17:16:03.212Z
Indeed
- DIn reply toGabriele_Cannarozzo⬆:Davide Favargiotti @dieffe
Is this now available to everybody? The way I'm thinkingto implement this (for my limited use) is to duplicate the whole deck setup for each state of the streamdeck button i wnat to change
Christian Scheuer @chrscheuer2021-03-22 13:19:34.801Z
Hi Davide, no this is not available to everybody yet :)
Please be in touch on the beta if you want to know more.