Hi there,
I'm wanting to access the sound tracks path attribute (and potentially other sound attributes)
Is that possible with the python API?
I have a null that i've created a a Special Track (Sound) on and now want to access the sound paths location as well as the time offset value.
Any ideas how to do this?
I can access the null object fine.
Edit:
I can also access the CTrack with
obj = doc.SearchObject('sound')
sound_track = obj.GetFirstCTrack() # Its only going to have track on it at any point in time
data = sound_track.?? # what to do here?
Thanks!
Jono