By Matt Foster @Matt_Foster
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??
- SSoundFlow Bot @soundflowbot
This issue is now tracked internally by SoundFlow as SF-876
- In reply toMatt_Foster⬆:Christian Scheuer @chrscheuer2024-06-12 13:25:20.480Z
Hi Matt,
This has since been implemented via the
sf.app.proTools.createMemoryLocation
action, where you can set acolorIndex
property.For example:
sf.app.proTools.createMemoryLocation({ number: 1, name: 'Hello world', colorIndex: 5, });
- SIn reply toMatt_Foster⬆:SoundFlow Bot @soundflowbot
The linked internal issue SF-876 has been marked as Done