-
```
1431 | 1524606642205 | hs.webview.usercontent callback: ...rces/extensions/cp/apple/finalcutpro/plugins/guiscan.lua:466: bad argument #1 to 'insert' (table expected, got nil)
stack traceback:
…
-
Currently if you're trigging lots of menu items in rapid succession, things can grind to a halt.
We need to add some caching to `cp.apple.finalcutpro.MenuBar` to speed things up.
For example, wh…
-
- Range selection within a single clip will select the entire clip MOST of the time.
- Mouse lassoing any clips that have the "retime" bar above them will not be selected. It seems maybe our FCPX API…
-
[RX6 Crash.txt](https://github.com/CommandPost/FinalCutPro/files/2095918/RX6.Crash.txt)
[RX 6 Crash 2.txt](https://github.com/CommandPost/FinalCutPro/files/2095921/RX.6.Crash.2.txt)
-
Currently there's a few places (i.e. `plugins.finalcutpro.pasteboard.manager`) that are using the old menubar code, for example:
```lua
local menuBar = fcp:menu()
if menuBar:enabled("Edit…
-
-
@asmagill - Not important or urgent, but seeing as you're currently online, I'm using the following code which works great, however it's slow:
```lua
--- cp.tools.lines(string) -> table | nil
---…
-
Currently `cp.apple.finalcutpro.ids` is using it's own `currentVersion()` function - however, it should really just get the version from `cp.apple.finalcutpro:getVersion()`. I'm not sure of the best w…
-
Currently all our code that allows us to read Command Sets in Final Cut Pro (i.e. Keyboard Layouts as they appear in the Final Cut Pro Command Editor) is located within the `cp.apple.finalcutpro` API.…
-
The Save/Restore Keyword Commands have not been API-ified yet.