Hi,
I am doing this in the internal scripting window but nothing happens.Other commands work but not this one:
activeMontage.insertClip (“0”, “0”, myfileName.wav, autoShiftNo)`
Any ideas?
Thanks
You need to specify a full file path, not only “myfileName.wav”.
Thanks for the quick response.
I did specify a full path.
Then it must be (look at the quotes and the terminal character):
activeMontage.insertClip (0, 0 , “myfileName.wav”, “autoShiftNo”);
Yes indeed had to escape the backslash
Thanks