We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e869f commit 75b78c2Copy full SHA for 75b78c2
src/plugins/finalcutpro/timeline/speed.lua
@@ -32,7 +32,7 @@ function plugin.init(deps)
32
--------------------------------------------------------------------------------
33
local speedPopover = fcp.timeline.speedPopover
34
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}
+ 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}
36
for _, speed in pairs(presets) do
37
fcpxCmds
38
:add("setSpeedRateTo" .. speed)
0 commit comments