Skip to content

Commit 75b78c2

Browse files
committed
Add action for "Set Speed Rate to 2000%"
- Suggested by Aad Straathof. - Closes #3404
1 parent 14e869f commit 75b78c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/finalcutpro/timeline/speed.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function plugin.init(deps)
3232
--------------------------------------------------------------------------------
3333
local speedPopover = fcp.timeline.speedPopover
3434
local fcpxCmds = deps.fcpxCmds
35-
local presets = {-25, -40, -50, -75, -200, -300, -1000, -3000, -4000, -5000, -7500, -10000, 25, 40, 50, 75, 200, 300, 1000, 3000, 4000, 5000, 7500, 10000}
35+
local presets = {-25, -40, -50, -75, -200, -300, -1000, -2000, -3000, -4000, -5000, -7500, -10000, 25, 40, 50, 75, 200, 300, 1000, 2000, 3000, 4000, 5000, 7500, 10000}
3636
for _, speed in pairs(presets) do
3737
fcpxCmds
3838
:add("setSpeedRateTo" .. speed)

0 commit comments

Comments
 (0)