Hi,
I'm trying to figure out how to extract the start times of XMP markers in an mp3 file to a CSV file. Any advice on how to do this on OS X would be appreciated.
My current plan was to get the sample project for Xcode made and see if I could work that into an automator action so I can just drop an mp3 on it and have it spit out the CSV. I've already hit a wall with this plan since I can't seem to get the project files for Xcode created. I've downloaded cmake and followed the instructions on running the script in terminal but it fails do to errors:
CMake Error at CustomSchema/CMakeLists.txt:24 (add_executable):
add_executable called with incorrect number of arguments
CMake Error at CustomSchema/CMakeLists.txt:27 (SetupInternalBuildDirectory):
Unknown CMake command "SetupInternalBuildDirectory".
Maybe this is because Xcode is now version 6? I did use the older version of cmake that was listed in the documentation.
I'm not really that familiar with cocoa or c++ so I'd much rather try to do something like this in javascript but I don't know where to get started with making that either. The other thing that would be ideal would be to make an Audition plugin, since I'm making the markers in audition to begin with, but audition cc 2014 doesn't have extensions like ps, ai, and fl does. I understand this is not a focused post but any leads in how to achieve my goal would be appreciated.