I ran the Unix "strings" command on the Final Cut Pro binary and it returns some stuff like this:
nextEdit:
previousEdit:
stepForward:
stepBackward:
playPause:
Is there any way that I can tell Final Cut to run these functions while it's running? Could this possibly have to do with NSNotifications? I can't find any Apple Documentation on it.
If I'm going about this the wrong way, is there any way I can programmatically control playback (play/pause/rewind/etc.) in Final Cut?