Cocoa branch compiles again.
authorTaybin Rutkin <taybin@taybin.com>
Thu, 25 Jan 2007 03:36:51 +0000 (03:36 +0000)
committerTaybin Rutkin <taybin@taybin.com>
Thu, 25 Jan 2007 03:36:51 +0000 (03:36 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1384 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/coreaudiosource.cc
libs/ardour/destructive_filesource.cc
tools/Spotlight Importer/Info.plist

index 3c81b18fd4fb2ee129a8d230d4fb180f75e234b6..e38a34e378a779bd80d5d3580f98f39cb5df02f2 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <pbd/error.h>
 #include <ardour/coreaudiosource.h>
+#include <ardour/utils.h>
 
 #include <appleutility/CAAudioFile.h>
 #include <appleutility/CAStreamBasicDescription.h>
index 2f2e85ed5a088652ad7cd59f3c09de66af79d502..5eada195cd48be02e04a5f7ef1012f9b3bf03111 100644 (file)
@@ -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
 }
index 93fbb54f18ef15356c0a9c12a6a2e2ba9e741f45..da11c8db5b06c25c45267a8d32f25b2ccf189da1 100644 (file)
@@ -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>