AppleScript - setting the playing track

Hi, I’m working on a large automation project using Audirvana and its AppleScript interface. Here’s what I need to be able to do:

  • From a “Stopped” state on a song, programmatically play a different song at a pre-defined offset. (Say, song “A” is stopped. Then, let’s say 10 seconds later, I want to programmatically play song “B” at 25 seconds into that song.)

I have worded my request in its simplest form. (The actual implementation of what I need to do is a bit more complex, but if I can accomplish my simple request, I am confident that what I really need to do will work. Basically, I need to programmatically start a new AudioFile song at a specific offset.)

I have tried the following ideas and I can’t seem to get any of them working:

  1. set playing track {AudioFile, song}
  2. set playing track {AudioFile, song, 0}
  3. set control type Slave #Syntax error?

Other AppleScript commands that I am using are correctly working with Audirvana. At this point, I am wondering if there is a bug here with setting the playing track.

Thank you in advance for any assistance or AppleScript that will accomplish this.
Greg