Create Milliseconds Timer

Hi all.
Running DR Studio 19.1.4 on Win 10
So usually you stack a Text+ above your clip. Right click in the text-field and select "TimeCode".
This works pretty well but counts frames instead of milliseconds.
Now I'm trying to find a way to enter this expression which calculates my 30fps frames into ms:
... but where ?
Running DR Studio 19.1.4 on Win 10
So usually you stack a Text+ above your clip. Right click in the text-field and select "TimeCode".
This works pretty well but counts frames instead of milliseconds.
Now I'm trying to find a way to enter this expression which calculates my 30fps frames into ms:
- Code: Select all
[h]:[m]:[s]:[round(f * 1000 / 30, 0)]
... but where ?