-
Bug Report:
```
-----------------------------
| FCPX Hacks v0.77 |
| Created by LateNite Films |
-----------------------------
*** ERROR: ...rs/brucemacbryde/.hammerspoon/hs/finalcutp…
-
-
Currently the Timeline Playhead Lock features generates a lot of errors when exiting Final Cut Pro, or starting up FCPX Hacks with Timeline Playhead Lock enabled, but Final Cut Pro not running.
```…
-
I think some things must have gotten left out when the `hs.finalcutpro` API was de-chris-ified.
```
-----------------------------
| FCPX Hacks v0.75 |
| Created by LateNite Films |
---…
-
Rather than having a separate 'App' call, have it at the top level.
Not sure if this will be returning a new App instance as currently happens, or making App more of a module.
-
In LUA, the `select` function, selects a specific return from a function.
I wonder if we should change, this (for example):
`fcp:app():menuBar():select("Window", "Go To", "Color Board")`
to:
…
-
`finalcutpro.selectMenuItem()` is currently used to get around the fact that users might be using Final Cut Pro in languages other than English. Currently I've only "hardcoded" menu items we're curren…
-
Need to test if the API is correctly finding the various panels when used in a foreign language.
-
Investigate if we can use the plist to figure out a) what destinations are available and b) whether they will have a target folder, etc.
-
OTIO needs support for reading & writing FCPXML files.