summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-18 18:32:13 +0000
committerDavid Robillard <d@drobilla.net>2009-02-18 18:32:13 +0000
commit227eca405458d95ba5c7cbc89dc6d17272f990f8 (patch)
treee71711f436ca7085aac4687fe44c23a84914d4a0 /manual
parent2463be97f79dddbeb90aa5fe5c323c8f2621bbab (diff)
Fix ardour2 -> ardour3 issues.
git-svn-id: svn://localhost/ardour2/branches/3.0@4622 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual')
-rw-r--r--manual/xml/basic_recording.xml2
-rw-r--r--manual/xml/entities.ent.in2
-rw-r--r--manual/xml/key_bindings.xml2
-rw-r--r--manual/xml/mackie.xml4
4 files changed, 5 insertions, 5 deletions
diff --git a/manual/xml/basic_recording.xml b/manual/xml/basic_recording.xml
index ba40c96ebc..e8deb17a17 100644
--- a/manual/xml/basic_recording.xml
+++ b/manual/xml/basic_recording.xml
@@ -59,7 +59,7 @@
of the transport bar.
<note>
<para>
- In Ardour2, there is no <guibutton>Editor Mixer</guibutton>
+ In Ardour3, there is no <guibutton>Editor Mixer</guibutton>
button, but you can make the mixer strip visible by selecting
<menuchoice> <guimenu>View</guimenu> <guisubmenu>Show Editor
Mixer</guisubmenu> </menuchoice>, or by pressing
diff --git a/manual/xml/entities.ent.in b/manual/xml/entities.ent.in
index 9d814bf0b2..7590a9b045 100644
--- a/manual/xml/entities.ent.in
+++ b/manual/xml/entities.ent.in
@@ -6,7 +6,7 @@
<!ENTITY ARDOUR_NAME "ardour">
<!ENTITY ARDOUR_VERSION "%VERSION%">
-<!ENTITY ARDOUR_COMMAND "<command>ardour2</command>">
+<!ENTITY ARDOUR_COMMAND "<command>ardour3</command>">
<!ENTITY ARDOUR_APPLICATION "<application>&ARDOUR_NAME;</application>">
<!ENTITY COPYRIGHT_HOLDER "&ARDOUR_NAME; Foundation">
diff --git a/manual/xml/key_bindings.xml b/manual/xml/key_bindings.xml
index 3aff10c6d4..4700c1164a 100644
--- a/manual/xml/key_bindings.xml
+++ b/manual/xml/key_bindings.xml
@@ -11,7 +11,7 @@
<para>
Note that all keyboard bindings can be changed in either the system or
the user's Ardour key bindings file
- (<filename>$HOME/.ardour2/ardour.bindings</filename>).
+ (<filename>$HOME/.ardour3/ardour.bindings</filename>).
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="general_key_bindings.xml" />
diff --git a/manual/xml/mackie.xml b/manual/xml/mackie.xml
index f04324b4c2..f8b7a64ba3 100644
--- a/manual/xml/mackie.xml
+++ b/manual/xml/mackie.xml
@@ -39,7 +39,7 @@
<para>
While ardour is not running, edit your
- <filename>.ardour2/ardour.rc</filename> and add at the top, with the
+ <filename>.ardour3/ardour.rc</filename> and add at the top, with the
other ports:
<programlisting>
&lt;MIDI-port tag="mcu" device="/dev/snd/midiC2D0" type="alsa/raw" mode="duplex"/&gt;
@@ -55,7 +55,7 @@
<para>
It is also possible to add MCU extenders, although this is untested
because nobody we know has access to one right now. To do this, add
- the following lines to <filename>~/.ardour2/ardour.rc</filename>
+ the following lines to <filename>~/.ardour3/ardour.rc</filename>
<programlisting>
&lt;MIDI-port tag="mcu_xt_1" device="/dev/snd/midiC3D0" type="alsa/raw" mode="duplex"/&gt;
&lt;MIDI-port tag="mcu_xt_2" device="/dev/snd/midiC4D0" type="alsa/raw" mode="duplex"/&gt;