summaryrefslogtreecommitdiff
path: root/ardour_system.rc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-09 13:27:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-09 13:27:14 +0000
commitaad35ec1827cc5a2f4f7d245c726c8d97e8031ad (patch)
tree1408f49119974e06057130ff1f589c460e4d991a /ardour_system.rc
parent684121c951e078a6df5251cd500e50848c4d4b1d (diff)
clean up stupid confusion over ardour_system.rc and its contents. this file does not require substitution anymore, and besides, it was being subst'ed incorrectly because of changes to waf that were addressed in gtk2_ardour/wscript but not the top level wscript
git-svn-id: svn://localhost/ardour2/branches/3.0@13408 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'ardour_system.rc')
-rw-r--r--ardour_system.rc49
1 files changed, 49 insertions, 0 deletions
diff --git a/ardour_system.rc b/ardour_system.rc
new file mode 100644
index 0000000000..7534d79bf2
--- /dev/null
+++ b/ardour_system.rc
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Ardour>
+ <MIDI-port tag="@MIDITAG@" device="ardour" type="@MIDITYPE@" mode="duplex"/>
+ <Config>
+ <Option name="minimum-disk-io-bytes" value="262144"/>
+ <Option name="track-buffer-seconds" value="5.000000"/>
+ <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="ExternalMonitoring"/>
+ <Option name="solo-latch" value="1"/>
+ <Option name="mtc-port" value="mtc"/>
+ <Option name="mmc-port" value="mmc"/>
+ <Option name="midi-port" value="control"/>
+ <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="FullCrossfade"/>
+ <Option name="no-new-session-dialog" value="1"/>
+ <Option name="timecode-source-is-synced" value="1"/>
+ <Option name="auditioner-left-out" value="default"/>
+ <Option name="auditioner-right-out" value="default"/>
+ <Option name="quieten-at-speed" value="1.000000"/>
+ <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="timecode-format" value="timecode_30"/>
+ <Option name="font-scale" value="102400"/>
+ <Option name="seamless-loop" value="1"/>
+ </Config>
+ <extra>
+ <Keyboard edit-button="3" edit-modifier="4" delete-button="3" delete-modifier="1" snap-modifier="32"/>
+ </extra>
+</Ardour>
+