Cocoa branch compiles again.
git-svn-id: svn://localhost/ardour2/trunk@1384 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <pbd/error.h>
|
||||
#include <ardour/coreaudiosource.h>
|
||||
#include <ardour/utils.h>
|
||||
|
||||
#include <appleutility/CAAudioFile.h>
|
||||
#include <appleutility/CAStreamBasicDescription.h>
|
||||
|
||||
@@ -410,7 +410,7 @@ DestructiveFileSource::handle_header_position_change ()
|
||||
}
|
||||
|
||||
void
|
||||
DestructiveFileSource::set_timeline_position (nframes_t pos)
|
||||
DestructiveFileSource::set_timeline_position (int64_t pos)
|
||||
{
|
||||
//destructive track timeline postion does not change except at instantion or when header_position_offset (session start) changes
|
||||
}
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
<array>
|
||||
<dict>
|
||||
<key>UTTypeIdentifier</key>
|
||||
<string>com.yourcompany.yourUTI</string>
|
||||
<string>org.ardour.yourUTI</string>
|
||||
<key>UTTypeReferenceURL</key>
|
||||
<string>http://www.company.com/yourproduct</string>
|
||||
<string>http://www.ardour.org</string>
|
||||
<key>UTTypeDescription</key>
|
||||
<string>Your Document Kind String</string>
|
||||
<key>UTTypeConformsTo</key>
|
||||
|
||||
Reference in New Issue
Block a user