Track Recall Preset not working.
Title
Track Recall Preset not working.
What do you expect to happen when you run the script/macro?
Recall Track Preset
Are you seeing an error?
Error: Recall Track Preset on Selected Track: Line 7 (BASS TRACK line 12)
What happens when you run this script?
the new track is created, but the track preset is not recalled
How were you running this script?
I clicked the "Run Script" or "Run Macro" button in SoundFlow
How important is this issue to you?
5
Details
{ "inputExpected": "Recall Track Preset", "inputIsError": true, "inputError": "Error: Recall Track Preset on Selected Track: Line 7\n(BASS TRACK line 12) ", "inputWhatHappens": "the new track is created, but the track preset is not recalled\n", "inputHowRun": { "key": "-MpfwYA4I6GGlXgvp5j1", "title": "I clicked the \"Run Script\" or \"Run Macro\" button in SoundFlow" }, "inputImportance": 5, "inputTitle": "Track Recall Preset not working. " }
Source
//Macro converted to script
//Calling command "Create New Track(s)" from package "Pro Tools" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/clxbw9ryd00048510ouxoukak")
sf.soundflow.runCommand({
commandId: 'user:ckp49i4j60000a2100yfwywgf:ckumdk025000hph10fohx90lw',
props: {
trackFormat: "Mono",
trackType: "Audio Track",
trackTimebase: "Samples",
trackName: "BASS",
clickCreate: true,
}
});
//Calling command "Recall Track Preset on Selected Track" from package "Pro Tools" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/clxbw9ryd00048510ouxoukak")
sf.soundflow.runCommand({
commandId: 'user:ckp49i4j60000a2100yfwywgf:ckfs5niws0007v110s447k1ac',
props: {
trackPresetPath: ["Avid","BASS BIAS"],
}
});
Links
User UID: d9Dm68YCE6Y1Nk6QHFatQBeQip33
Feedback Key: sffeedback:d9Dm68YCE6Y1Nk6QHFatQBeQip33:-OOdJ8qqgQve-GSOz7to
Feedback ZIP: 7bWB72yXzpMv6uhWb8avBTlCOC1wdoaPWSpftf/YPT8J6zRt7ojUTC1oVQ/LtO9+7OiVAkdFqUXJ9xGdA65Hm8ky1UFEFLCcdNSyU2JNl7eknhBRYczx4cJxCjLjFTw2jaBL66HnZlOcGpovOiMtZaXZAreS1VAL8bK9bUhFHnKd3YZHHy1w+8okPSt3+dJWI4Wg/4GUkiX5E+LBHRDwpjyXmv8lNE4EJOQ24tkAVpp/dqc5GQw4PABOeF4OKclc1HgmrPvS3rf/2dsDd1ai89cl578E/IkSmO/VHSZZZEpSgLb7yCGKOsJuD+vHeFmxl+ROV608qHvQKz9TV5/mn/bww2qmxOBJsdFRXDAqenA=
Linked from:
- Kitch Membery @Kitch2025-04-24 21:09:42.467Z
This seems to be working here on my system.
Can I get you to check the path of the Track Preset.
As an example, the path for this preset...
...Would be ["Avid", "Channel Strips", "Bass Amp"],
Can you confirm the path is correct for the track preset you are trying to recall?
- In reply toJohnny_Ceravolo⬆:Kitch Membery @Kitch2025-04-24 21:28:18.284Z
I see you've clarified in your other thread that recalling the track preset in a separate script is working. So, the path may not be the issue here.
As a troubleshooting step, could you try placing a wait macro action with 200ms in between the two macro actions to see if that fixes the issue?
If that still fails, it would be great to get a screen recording to help me understand what might be making the macro fail.
Thanks in advance.
- JIn reply toJohnny_Ceravolo⬆:Johnny Ceravolo @Johnny_Ceravolo
Hi there. I didn't see these. Sorry for the delayed response. I found a guy in the store called Raphael Sepulveda. His script worked fine so I'm just going that route. Thank you!