No internet connection
  1. Home
  2. How to

Change a single streamdeck icon to see the status of a Pro Tools options

By Gabriele Cannarozzo @Gabriele_Cannarozzo
    2020-05-18 02:59:24.900Z

    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.

    • 13 replies
    1. Hi Gabriele,

      Unfortunately, there isn't a simple way to do this yet in SoundFlow.
      We're working on it :)

      1. Ingo Pusswald @ingo_luftrausch
          2020-05-19 07:19:13.911Z

          +1

          that would be super handy!

          Same for the "Preview" state etc.

        • T
          Thomas Voglreiter @Thomas_Voglreiter
            2020-11-30 13:36:14.665Z

            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.

            1. 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.

            2. T
              Thomas Voglreiter @Thomas_Voglreiter
                2021-03-02 16:44:32.789Z

                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?

                1. 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:

                  https://fb.me/e/47CsuPvnM

                  Wrt globalState, that's just a global object you can assign any parameter to that you want :)

                  1. Ingo Pusswald @ingo_luftrausch
                      2021-03-07 10:53:55.886Z

                      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

                      1. 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;
                        
                  2. A
                    Alex Lee @Alex_Lee
                      2021-03-06 01:28:21.913Z

                      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.

                      1. Stay tuned for updates on FB :) You'll get something like this very, very, very soon :D

                    • D
                      Davide Favargiotti @dieffe
                        2021-03-22 10:51:01.337Z

                        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

                        1. Hi Davide, no this is not available to everybody yet :)
                          Please be in touch on the beta if you want to know more.