diff options
Diffstat (limited to 'muse2/share/templates/default.med')
-rw-r--r-- | muse2/share/templates/default.med | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/muse2/share/templates/default.med b/muse2/share/templates/default.med new file mode 100644 index 00000000..9bfb56c9 --- /dev/null +++ b/muse2/share/templates/default.med @@ -0,0 +1,150 @@ +<?xml version="1.0"?> +<muse version="2.0"> + <configuration> + <midiInputDevice>0</midiInputDevice> + <midiInputChannel>0</midiInputChannel> + <midiRecordType>0</midiRecordType> + <midiThruType>0</midiThruType> + <midiFilterCtrl1>0</midiFilterCtrl1> + <midiFilterCtrl2>0</midiFilterCtrl2> + <midiFilterCtrl3>0</midiFilterCtrl3> + <midiFilterCtrl4>0</midiFilterCtrl4> + <txDeviceId>127</txDeviceId> + <rxDeviceId>127</rxDeviceId> + <txSyncPort>1</txSyncPort> + <rxSyncPort>-1</rxSyncPort> + <mtctype>1</mtctype> + <mtcoffset>00:00:00:00:00</mtcoffset> + <extSync>0</extSync> + <genMTCSync>0</genMTCSync> + <genMCSync>0</genMCSync> + <genMMC>0</genMMC> + <acceptMTC>0</acceptMTC> + <acceptMMC>1</acceptMMC> + <acceptMC>1</acceptMC> + <bigtimeVisible>0</bigtimeVisible> + <transportVisible>0</transportVisible> + <mixerVisible>0</mixerVisible> + <arranger> + <info>1</info> + <split>440 799 </split> + <list> + <header> 7 6 5 4 3 2 1 0 </header> + </list> + <xpos>0</xpos> + <xmag>266</xmag> + <ypos>1</ypos> + </arranger> + <sequencer> + <metronom> + <premeasures>2</premeasures> + <measurepitch>63</measurepitch> + <measurevelo>127</measurevelo> + <beatpitch>63</beatpitch> + <beatvelo>70</beatvelo> + <channel>9</channel> + <port>0</port> + <precountEnable>0</precountEnable> + <fromMastertrack>0</fromMastertrack> + <signatureZ>4</signatureZ> + <signatureN>4</signatureN> + <prerecord>0</prerecord> + <preroll>0</preroll> + <midiClickEnable>1</midiClickEnable> + <audioClickEnable>0</audioClickEnable> + </metronom> + <rcEnable>0</rcEnable> + <rcStop>28</rcStop> + <rcRecord>31</rcRecord> + <rcGotoLeft>33</rcGotoLeft> + <rcPlay>29</rcPlay> + </sequencer> + <drumedit> + <quant>96</quant> + <raster>96</raster> + <width>600</width> + <height>400</height> + <dlistwidth>50</dlistwidth> + <dcanvaswidth>300</dcanvaswidth> + <to>0</to> + </drumedit> + <pianoroll> + <quant>96</quant> + <raster>96</raster> + <quantStrength>80</quantStrength> + <quantLimit>50</quantLimit> + <quantLen>0</quantLen> + <to>0</to> + <width>600</width> + <height>400</height> + <colormode>0</colormode> + </pianoroll> + <masteredit> + <raster>0</raster> + </masteredit> + <waveedit> + <bgcolor r="200" g="200" b="200"></bgcolor> + <width>600</width> + <height>400</height> + </waveedit> + </configuration> + <song> + <automation>1</automation> + <cpos>0</cpos> + <rpos>0</rpos> + <lpos>0</lpos> + <master>1</master> + <loop>0</loop> + <punchin>0</punchin> + <punchout>0</punchout> + <record>0</record> + <solo>0</solo> + <type>0</type> + <recmode>0</recmode> + <cycle>0</cycle> + <click>0</click> + <quantize>0</quantize> + <len>0</len> + <follow>1</follow> + <AudioOutput> + <name>Out 1</name> + <record>0</record> + <mute>0</mute> + <solo>0</solo> + <off>0</off> + <channels>2</channels> + <height>20</height> + <locked>0</locked> + <selected>1</selected> + <prefader>0</prefader> + <automation>1</automation> + <controller id="0" cur="1.02164"> + </controller> + <controller id="1" cur="0"> + </controller> + </AudioOutput> + <Route> + <srcNode>1:Out 1</srcNode> + <dstNode>alsa_pcm:playback_1</dstNode> + </Route> + <Route> + <srcNode>2:Out 1</srcNode> + <dstNode>alsa_pcm:playback_2</dstNode> + </Route> + <tempolist fix="500000"> + <tempo at="21474837"> + <tick>0</tick> + <val>500000</val> + </tempo> + </tempolist> + <siglist> + <sig at="21474836"> + <tick>0</tick> + <nom>4</nom> + <denom>4</denom> + </sig> + </siglist> + <drummap> + </drummap> + </song> + </muse> |