-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profiles & Formats (Logic Pro) #24
Comments
A MIDI file can be used to import markers into Logic Pro. However there are a few tedious steps to it. This is currently the only viable way. (See this comment: #23 (comment)) |
I don't know how viable this is. Research would be needed to find out how to even do it. What we don't want is to generate a silent audio file that may take up a lot of space on disk. (Raw PCM can be gigabytes in size for a long timeline). If an audio file can be generated by the CLI with little or no actual audio data then it would be ideal. |
I discovered something interesting. In Logic Pro, in the Marker List window, you can select all markers and copy them to the clipboard. It appears that it copies as plain text roughly formatted as TSV (tab separated values):
However, I believe it's using multiple pasteboards. Meaning it copies the markers to the clipboard using two system pasteboards: one is a proprietary data format, and the other is plain text. Which means, we can't just output this same format and have the user copy it to their clipboard, since it won't convince Logic Pro to be able to paste it. I would have to reverse-engineer the proprietary pasteboard content and see if we could recreate it. |
For time-being, I can write the steps required in the Documentation.
|
Haven’t looked into what the embedding is for the markers but I’m fairly sure it will have to be wav or similar. However there may be a way to omit actual audio data or substitute it with a dummy of some sort. |
Ability to translate FCP's Marker Metadata into Logic Pro importable/compatible Marker file.
More details will be added soon.
https://support.apple.com/en-gb/guide/logicpro/lgcpadb63ff8/mac
The text was updated successfully, but these errors were encountered: