summaryrefslogtreecommitdiff
path: root/ardour.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-28 21:36:40 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-28 21:36:40 +0000
commitc4ac43749048c4c0e0ab3656d39384112a628742 (patch)
tree72d3452034c1a0a661587611a63d00509684ca27 /ardour.rc.in
parentee4493301a8247fb8032dd949f4c44cd4c641221 (diff)
* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headers
* use explicit operator<< and operator>> that in turn use PBD::EnumWriter when serializing and deserializing to/from rc files * adds scrolling in mixer window (from 2.X) * BBT math stuff - untested, but basically operational * move LocaleGuard into its own file(s) in libs/pbd * Tempo now uses nframes64_t everywhere (except for sample rate values) * as in 2.X, use mkstemp and hack to avoid temp file nonsense, and remove erroneous free() from disk stats output git-svn-id: svn://localhost/ardour2/branches/3.0@5961 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'ardour.rc.in')
-rw-r--r--ardour.rc.in40
1 files changed, 20 insertions, 20 deletions
diff --git a/ardour.rc.in b/ardour.rc.in
index fa9c1fbafc..52572563c9 100644
--- a/ardour.rc.in
+++ b/ardour.rc.in
@@ -4,41 +4,41 @@
<Config>
<Option name="minimum-disk-io-bytes" value="262144"/>
<Option name="track-buffer-seconds" value="5.000000"/>
- <Option name="mute-affects-pre-fader" value="yes"/>
- <Option name="mute-affects-post-fader" value="yes"/>
- <Option name="mute-affects-control-outs" value="yes"/>
- <Option name="mute-affects-main-outs" value="yes"/>
+ <Option name="mute-affects-pre-fader" value="1"/>
+ <Option name="mute-affects-post-fader" value="1"/>
+ <Option name="mute-affects-control-outs" value="1"/>
+ <Option name="mute-affects-main-outs" value="1"/>
<Option name="monitoring-model" value="2"/>
- <Option name="solo-latch" value="yes"/>
+ <Option name="solo-latch" value="1"/>
<Option name="mtc-port" value="@MIDITAG@"/>
<Option name="mmc-port" value="@MIDITAG@"/>
<Option name="midi-port" value="@MIDITAG@"/>
- <Option name="jack-time-master" value="yes"/>
- <Option name="trace-midi-input" value="no"/>
- <Option name="trace-midi-output" value="no"/>
- <Option name="plugins-stop-with-transport" value="no"/>
- <Option name="no-sw-monitoring" value="no"/>
- <Option name="stop-recording-on-xrun" value="no"/>
- <Option name="create-xrun-marker" value="yes"/>
- <Option name="stop-at-session-end" value="no"/>
- <Option name="auto-xfade" value="yes"/>
+ <Option name="jack-time-master" value="1"/>
+ <Option name="trace-midi-input" value="0"/>
+ <Option name="trace-midi-output" value="0"/>
+ <Option name="plugins-stop-with-transport" value="0"/>
+ <Option name="no-sw-monitoring" value="0"/>
+ <Option name="stop-recording-on-xrun" value="0"/>
+ <Option name="create-xrun-marker" value="1"/>
+ <Option name="stop-at-session-end" value="0"/>
+ <Option name="auto-xfade" value="1"/>
<Option name="crossfades-active" value="1"/>
<Option name="crossfades-visible" value="1"/>
- <Option name="xfade-model" value="0"/>
- <Option name="no-new-session-dialog" value="yes"/>
- <Option name="timecode-source-is-synced" value="yes"/>
+ <Option name="xfade-model" value="FullCrossfade"/>
+ <Option name="no-new-session-dialog" value="1"/>
+ <Option name="timecode-source-is-synced" value="1"/>
<Option name="auditioner-left-out" value="@JACK_INPUT@1"/>
<Option name="auditioner-right-out" value="@JACK_INPUT@2"/>
<Option name="quieten-at-speed" value="1.000000"/>
- <Option name="use-vst" value="yes"/>
- <Option name="use-tranzport" value="yes"/>
+ <Option name="use-vst" value="1"/>
+ <Option name="use-tranzport" value="1"/>
<Option name="disk-choice-space-threshold" value="57600000"/>
<Option name="destructive-xfade-msecs" value="20"/>
<Option name="periodic-safety-backups" value="1"/>
<Option name="periodic-safety-backup-interval" value="120"/>
<Option name="show-track-meters" value="1"/>
<Option name="default-narrow_ms" value="0"/>
- <Option name="smpte-format" value="6"/>
+ <Option name="timecode-format" value="timecode_30"/>
<Option name="font-scale" value="102400"/>
</Config>
<extra>