No internet connection
  1. Home
  2. Ideas

Add Color select option to 'Create Memory Location' action box?

By Matt Foster @Matt_Foster
    2023-07-12 08:21:51.685Z

    Now Pro Tools has the option to add colors to markers, I wonder if Soundflow could have the option to select a color from within the 'Create Memory Location' action??

    Solved in post #3, click to view
    • 3 replies
    1. S
      SoundFlow Bot @soundflowbot
        2023-07-15 19:58:29.955Z

        This issue is now tracked internally by SoundFlow as SF-876

        1. In reply toMatt_Foster:

          Hi Matt,

          This has since been implemented via the sf.app.proTools.createMemoryLocation action, where you can set a colorIndex property.

          For example:

          sf.app.proTools.createMemoryLocation({
              number: 1,
              name: 'Hello world',
              colorIndex: 5,
          });
          
          ReplySolution
          1. S
            In reply toMatt_Foster:
            SoundFlow Bot @soundflowbot
              2024-06-12 13:25:28.011Z

              The linked internal issue SF-876 has been marked as Done