summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 16:50:46 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 16:50:46 +0000
commit472fa271fd2de889ef41dc3d7a1aaccce9ea42c0 (patch)
treefc5a20ef89052a490a1a79c96ffbb4b6370896e3
parent1aadfeba45e943123b6577bfca4635892be0d9e1 (diff)
Fix end-marker-is-free option in templates.
git-svn-id: svn://localhost/ardour2/branches/3.0@5122 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/pbd/tests/TestSession.ardour2
-rw-r--r--templates/16 Tracks.template.in2
-rw-r--r--templates/2 Track.template.in2
-rw-r--r--templates/32 Tracks.template.in2
-rw-r--r--templates/4 Tracks.template.in2
-rw-r--r--templates/8 Tracks.template.in2
6 files changed, 6 insertions, 6 deletions
diff --git a/libs/pbd/tests/TestSession.ardour b/libs/pbd/tests/TestSession.ardour
index d3bffd33a5..c58fca489a 100644
--- a/libs/pbd/tests/TestSession.ardour
+++ b/libs/pbd/tests/TestSession.ardour
@@ -26,7 +26,7 @@
<Option name="save-history-depth" value="100"/>
<Option name="history-depth" value="100"/>
<Option name="default-narrow_ms" value="0"/>
- <end-marker-is-free val="no"/>
+ <Option name="end-marker-is-free" value="0"/>
</Config>
<Sources>
<Source name="Guitar clean-1.wav" id="14361" captured-for="Guitar clean" flags="" channel="0"/>
diff --git a/templates/16 Tracks.template.in b/templates/16 Tracks.template.in
index e427d2b970..bb486ee7d8 100644
--- a/templates/16 Tracks.template.in
+++ b/templates/16 Tracks.template.in
@@ -24,7 +24,7 @@
<Option name="shuttle-speed-threshold" value="5"/>
<Option name="meter-hold" value="10"/>
<Option name="meter-falloff" value="1.5"/>
- <end-marker-is-free val="no"/>
+ <Option name="end-marker-is-free" value="0"/>
</Config>
<Sources/>
<Regions/>
diff --git a/templates/2 Track.template.in b/templates/2 Track.template.in
index c9f70455f7..39306afa6e 100644
--- a/templates/2 Track.template.in
+++ b/templates/2 Track.template.in
@@ -24,7 +24,7 @@
<Option name="shuttle-speed-threshold" value="5"/>
<Option name="meter-hold" value="10"/>
<Option name="meter-falloff" value="1.5"/>
- <end-marker-is-free val="no"/>
+ <Option name="end-marker-is-free" value="0"/>
</Config>
<Sources/>
<Regions/>
diff --git a/templates/32 Tracks.template.in b/templates/32 Tracks.template.in
index 8b95ef7629..5d7740bcd9 100644
--- a/templates/32 Tracks.template.in
+++ b/templates/32 Tracks.template.in
@@ -24,7 +24,7 @@
<Option name="shuttle-speed-threshold" value="5"/>
<Option name="meter-hold" value="10"/>
<Option name="meter-falloff" value="1.5"/>
- <end-marker-is-free val="no"/>
+ <Option name="end-marker-is-free" value="0"/>
</Config>
<Sources/>
<Regions/>
diff --git a/templates/4 Tracks.template.in b/templates/4 Tracks.template.in
index 41369d6b25..d85134e3b2 100644
--- a/templates/4 Tracks.template.in
+++ b/templates/4 Tracks.template.in
@@ -24,7 +24,7 @@
<Option name="shuttle-speed-threshold" value="5"/>
<Option name="meter-hold" value="10"/>
<Option name="meter-falloff" value="1.5"/>
- <end-marker-is-free val="no"/>
+ <Option name="end-marker-is-free" value="0"/>
</Config>
<Sources/>
<Regions/>
diff --git a/templates/8 Tracks.template.in b/templates/8 Tracks.template.in
index 1afe411390..7dc2b03834 100644
--- a/templates/8 Tracks.template.in
+++ b/templates/8 Tracks.template.in
@@ -24,7 +24,7 @@
<Option name="shuttle-speed-threshold" value="5"/>
<Option name="meter-hold" value="10"/>
<Option name="meter-falloff" value="1.5"/>
- <end-marker-is-free val="no"/>
+ <Option name="end-marker-is-free" value="0"/>
</Config>
<Sources/>
<Regions/>