]> Shamusworld >> Repos - ardour-manual/blob - include/interchange-with-other-daws.html
remove references to linux specific backends in MIDI overview
[ardour-manual] / include / interchange-with-other-daws.html
1
2 <p>
3   It has never been particularly easy to move sessions or projects from one
4   <abbr title="Digital Audio Workstation">DAW</abbr> to another. There are two
5   <dfn>interchange standards</dfn> that have reasonably widespread support:</p>
6 <ul>
7   <li>OMF (Open Media Framework), also known as OMFI. Developed and controlled
8   by Avid, never standardized</li>
9   <li>AAF (Advanced Authoring Format). Developed by a consortium of media-related
10   corporations.</li>
11 </ul>
12 <p>
13   In practice both of these standards have such complex and/or incomplete
14   specifications that different DAWs support them only partially,
15   differently, or not at all.
16 </p>
17
18 <h2>Transferring an Ardour session from / to another DAW</h2>
19
20 <p>
21   To move a session from another DAW to Ardour, or from Ardour to another DAW,
22   there are two basic choices:
23 </p>
24 <ul>
25   <li><a href="@@stem-exports">Stem exports</a></li>
26   <li><a href="#using-aatranslator">Using AATranslator</a></li>
27 </ul>
28
29 <h2>Importing ProTools&reg; files</h2>
30 <p>
31   Ardour provides a basic import tool for ProTools&reg; sessions, in the
32   <kbd class="menu">Session &gt; Import PT Session</kbd> menu.
33 </p>
34 <p>
35   Though incomplete, this import is intended for ptf and ptx files.
36   Protools&reg; 5, 8, 9, 10, 11 have been tested with varying degrees of success.
37   (versions 6 and 7 are not supported).
38 </p>
39 <p>
40   The elements of the files that are imported are:
41 </p>
42 <ul>
43   <li>Audio regions data &amp; position</li>
44   <li>MIDI notes (fused to a unique region).</li>
45 </ul>
46
47 <h2 id="using-aatranslator">Using AATranslator</h2>
48
49 <p>
50   <dfn>AATranslator</dfn> is a Windows application that can convert
51   sessions/projects from many different DAWs into other formats. At the present
52   time (December 2016), it can read and write Ardour 2.X sessions, and can read
53   Ardour 3 sessions.
54 </p>
55
56 <p> The program runs very well on Linux using <a href="http://www.winehq.org/">Wine</a>
57   (a Windows environment for Linux). There are equivalent solutions for running
58   Windows applications on OS X, but we have no experience with them at this time.
59   Ardour users have reported great results using AATranslator on Ardour 2.X
60   sessions.
61 </p>
62
63 <p>
64   The <a href="http://www.aatranslator.com.au/">AATranslator website</a> has
65   full details on supported formats and DAWs. The list includes ProTools, Live,
66   Reaper, OMF, AAF and many more.
67 </p>
68
69 <p class="warning">
70   AATranslator is closed-source, non-free software (as of this writing, June 2017,
71   the cost is 59 USD for the "Standard" version, and 199 USD for the "Enhanced"
72   version).
73 </p>
74